Interface GetServiceAccountRequestOrBuilder (2.4.5)

public interface GetServiceAccountRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommonRequestParams()

public abstract CommonRequestParams getCommonRequestParams()

A set of parameters common to all Storage API requests.

.google.storage.v2.CommonRequestParams common_request_params = 2;

Returns
TypeDescription
CommonRequestParams

The commonRequestParams.

getCommonRequestParamsOrBuilder()

public abstract CommonRequestParamsOrBuilder getCommonRequestParamsOrBuilder()

A set of parameters common to all Storage API requests.

.google.storage.v2.CommonRequestParams common_request_params = 2;

Returns
TypeDescription
CommonRequestParamsOrBuilder

getProject()

public abstract String getProject()

Required. Project ID.

string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Required. Project ID.

string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for project.

hasCommonRequestParams()

public abstract boolean hasCommonRequestParams()

A set of parameters common to all Storage API requests.

.google.storage.v2.CommonRequestParams common_request_params = 2;

Returns
TypeDescription
boolean

Whether the commonRequestParams field is set.