C# Класс GoogleCloudSamples.AuthSample

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Main ( string args ) : void
MainFunction ( string args ) : void

Описание методов

CreateAuthorizedClient() публичный Метод

Creates an authorized Cloud Storage client service using Application Default Credentials.
public CreateAuthorizedClient ( ) : StorageService
Результат StorageService

ListBucketContents() публичный Метод

List the contents of a Cloud Storage bucket.
public ListBucketContents ( StorageService storage, string bucket ) : System.Objects
storage StorageService
bucket string the name of the Cloud Storage bucket.
Результат System.Objects