GoogleProjectId Property

The Id of the Google Cloud project to make requests against.

Syntax

ANSI (Cross Platform)
char* GetGoogleProjectId();
int SetGoogleProjectId(const char* lpszGoogleProjectId); Unicode (Windows) LPWSTR GetGoogleProjectId();
INT SetGoogleProjectId(LPCWSTR lpszGoogleProjectId);
@property (nonatomic,readwrite,assign,getter=googleProjectId,setter=setGoogleProjectId:) NSString* googleProjectId;
- (NSString*)googleProjectId;
- (void)setGoogleProjectId:(NSString*)newGoogleProjectId;
#define PID_GOOGLESECRETS_GOOGLEPROJECTID 8

CLOUDKEYS_EXTERNAL void* CLOUDKEYS_CALL CloudKeys_GoogleSecrets_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CLOUDKEYS_EXTERNAL int CLOUDKEYS_CALL CloudKeys_GoogleSecrets_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the Id of the Google Cloud project that the class should make requests against; it must be set before attempting any operations.

Note that the full Google Cloud project Id must be specified, not just the project number.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 C++ Edition - Version 20.0 [Build 8157]