public interface GetLoginProfileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProjectId()
public abstract String getProjectId()The project ID of the Google Cloud Platform project.
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()The project ID of the Google Cloud Platform project.
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The systemId. |
getSystemIdBytes()
public abstract ByteString getSystemIdBytes()A system ID for filtering the results of the request.
string system_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for systemId. |