| Modifier and Type | Method and Description |
|---|---|
ServiceIdentity.Builder |
ServiceIdentity.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceIdentity.Builder |
ServiceIdentity.Builder.clear() |
ServiceIdentity.Builder |
ServiceIdentity.Builder.clearEmail()
The email address of the service account that a service producer would use
to access consumer resources.
|
ServiceIdentity.Builder |
ServiceIdentity.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ServiceIdentity.Builder |
ServiceIdentity.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ServiceIdentity.Builder |
ServiceIdentity.Builder.clearUniqueId()
The unique and stable id of the service account.
|
ServiceIdentity.Builder |
ServiceIdentity.Builder.clone() |
ServiceIdentity.Builder |
GetServiceIdentityResponse.Builder.getIdentityBuilder()
Service identity that service producer can use to access consumer
resources.
|
ServiceIdentity.Builder |
ServiceIdentity.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ServiceIdentity.Builder |
ServiceIdentity.Builder.mergeFrom(com.google.protobuf.Message other) |
ServiceIdentity.Builder |
ServiceIdentity.Builder.mergeFrom(ServiceIdentity other) |
ServiceIdentity.Builder |
ServiceIdentity.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ServiceIdentity.Builder |
ServiceIdentity.newBuilder() |
static ServiceIdentity.Builder |
ServiceIdentity.newBuilder(ServiceIdentity prototype) |
ServiceIdentity.Builder |
ServiceIdentity.newBuilderForType() |
protected ServiceIdentity.Builder |
ServiceIdentity.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ServiceIdentity.Builder |
ServiceIdentity.Builder.setEmail(String value)
The email address of the service account that a service producer would use
to access consumer resources.
|
ServiceIdentity.Builder |
ServiceIdentity.Builder.setEmailBytes(com.google.protobuf.ByteString value)
The email address of the service account that a service producer would use
to access consumer resources.
|
ServiceIdentity.Builder |
ServiceIdentity.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceIdentity.Builder |
ServiceIdentity.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ServiceIdentity.Builder |
ServiceIdentity.Builder.setUniqueId(String value)
The unique and stable id of the service account.
|
ServiceIdentity.Builder |
ServiceIdentity.Builder.setUniqueIdBytes(com.google.protobuf.ByteString value)
The unique and stable id of the service account.
|
ServiceIdentity.Builder |
ServiceIdentity.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ServiceIdentity.Builder |
ServiceIdentity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GetServiceIdentityResponse.Builder |
GetServiceIdentityResponse.Builder.setIdentity(ServiceIdentity.Builder builderForValue)
Service identity that service producer can use to access consumer
resources.
|
Copyright © 2022 Google LLC. All rights reserved.