Interface GetLoginProfileRequestOrBuilder (2.23.0)

public interface GetLoginProfileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The unique ID for the user in format users/{user}.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The unique ID for the user in format users/{user}.

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

Returns
TypeDescription
ByteString

The bytes for name.

getProjectId()

public abstract String getProjectId()

The project ID of the Google Cloud Platform project.

string project_id = 2;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The project ID of the Google Cloud Platform project.

string project_id = 2;

Returns
TypeDescription
ByteString

The bytes for projectId.

getSystemId()

public abstract String getSystemId()

A system ID for filtering the results of the request.

string system_id = 3;

Returns
TypeDescription
String

The systemId.

getSystemIdBytes()

public abstract ByteString getSystemIdBytes()

A system ID for filtering the results of the request.

string system_id = 3;

Returns
TypeDescription
ByteString

The bytes for systemId.