Interface GetServiceAccountRequestOrBuilder (2.20.2)

Stay organized with collections Save and categorize content based on your preferences.
public interface GetServiceAccountRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProject()

public abstract String getProject()

Required. Project ID, in the format of "projects/<projectIdentifier>". <projectIdentifier> can be the project ID or project number.

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, in the format of "projects/<projectIdentifier>". <projectIdentifier> can be the project ID or project number.

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

Returns
TypeDescription
ByteString

The bytes for project.