Package com.google.cloud.oslogin.v1
Interface GetLoginProfileRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetLoginProfileRequest,GetLoginProfileRequest.Builder
public interface GetLoginProfileRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.StringgetProjectId()The project ID of the Google Cloud Platform project.com.google.protobuf.ByteStringgetProjectIdBytes()The project ID of the Google Cloud Platform project.StringgetSystemId()A system ID for filtering the results of the request.com.google.protobuf.ByteStringgetSystemIdBytes()A system ID for filtering the results of the request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
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) = { ... }- Returns:
- The bytes for name.
-
getProjectId
String getProjectId()
The project ID of the Google Cloud Platform project.
string project_id = 2;- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The project ID of the Google Cloud Platform project.
string project_id = 2;- Returns:
- The bytes for projectId.
-
getSystemId
String getSystemId()
A system ID for filtering the results of the request.
string system_id = 3;- Returns:
- The systemId.
-
getSystemIdBytes
com.google.protobuf.ByteString getSystemIdBytes()
A system ID for filtering the results of the request.
string system_id = 3;- Returns:
- The bytes for systemId.
-
-