Method | Description | |
---|---|---|
CreateAuthorizedClient ( ) : StorageService |
Creates an authorized Cloud Storage client service using Application Default Credentials.
|
|
ListBucketContents ( StorageService storage, string bucket ) : System.Objects |
List the contents of a Cloud Storage bucket.
|
Method | Description | |
---|---|---|
Main ( string args ) : void | ||
MainFunction ( string args ) : void |
public CreateAuthorizedClient ( ) : StorageService | ||
return | StorageService |
public ListBucketContents ( StorageService storage, string bucket ) : System.Objects | ||
storage | StorageService | |
bucket | string | the name of the Cloud Storage bucket. |
return | System.Objects |