public interface GetServiceIdentityResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServiceIdentity |
getIdentity()
Service identity that service producer can use to access consumer
resources.
|
ServiceIdentityOrBuilder |
getIdentityOrBuilder()
Service identity that service producer can use to access consumer
resources.
|
GetServiceIdentityResponse.IdentityState |
getState()
Service identity state.
|
int |
getStateValue()
Service identity state.
|
boolean |
hasIdentity()
Service identity that service producer can use to access consumer
resources.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdentity()
Service identity that service producer can use to access consumer resources. If exists is true, it contains email and unique_id. If exists is false, it contains pre-constructed email and empty unique_id.
.google.api.serviceusage.v1beta1.ServiceIdentity identity = 1;ServiceIdentity getIdentity()
Service identity that service producer can use to access consumer resources. If exists is true, it contains email and unique_id. If exists is false, it contains pre-constructed email and empty unique_id.
.google.api.serviceusage.v1beta1.ServiceIdentity identity = 1;ServiceIdentityOrBuilder getIdentityOrBuilder()
Service identity that service producer can use to access consumer resources. If exists is true, it contains email and unique_id. If exists is false, it contains pre-constructed email and empty unique_id.
.google.api.serviceusage.v1beta1.ServiceIdentity identity = 1;int getStateValue()
Service identity state.
.google.api.serviceusage.v1beta1.GetServiceIdentityResponse.IdentityState state = 2;
GetServiceIdentityResponse.IdentityState getState()
Service identity state.
.google.api.serviceusage.v1beta1.GetServiceIdentityResponse.IdentityState state = 2;
Copyright © 2022 Google LLC. All rights reserved.