public interface GetLoginProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getProjectId()
The project ID of the Google Cloud Platform project.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The project ID of the Google Cloud Platform project.
|
String |
getSystemId()
A system ID for filtering the results of the request.
|
com.google.protobuf.ByteString |
getSystemIdBytes()
A system ID for filtering the results of the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The unique ID for the user in format `users/{user}`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.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) = { ... }
String getProjectId()
The project ID of the Google Cloud Platform project.
string project_id = 2;com.google.protobuf.ByteString getProjectIdBytes()
The project ID of the Google Cloud Platform project.
string project_id = 2;String getSystemId()
A system ID for filtering the results of the request.
string system_id = 3;com.google.protobuf.ByteString getSystemIdBytes()
A system ID for filtering the results of the request.
string system_id = 3;Copyright © 2023 Google LLC. All rights reserved.