Uses of Class
com.google.api.serviceusage.v1beta1.GetServiceIdentityResponse.IdentityState
-
Packages that use GetServiceIdentityResponse.IdentityState Package Description com.google.api.serviceusage.v1beta1 A client to Service Usage API -
-
Uses of GetServiceIdentityResponse.IdentityState in com.google.api.serviceusage.v1beta1
Methods in com.google.api.serviceusage.v1beta1 that return GetServiceIdentityResponse.IdentityState Modifier and Type Method Description static GetServiceIdentityResponse.IdentityState
GetServiceIdentityResponse.IdentityState. forNumber(int value)
GetServiceIdentityResponse.IdentityState
GetServiceIdentityResponse.Builder. getState()
Service identity state.GetServiceIdentityResponse.IdentityState
GetServiceIdentityResponse. getState()
Service identity state.GetServiceIdentityResponse.IdentityState
GetServiceIdentityResponseOrBuilder. getState()
Service identity state.static GetServiceIdentityResponse.IdentityState
GetServiceIdentityResponse.IdentityState. valueOf(int value)
Deprecated.static GetServiceIdentityResponse.IdentityState
GetServiceIdentityResponse.IdentityState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static GetServiceIdentityResponse.IdentityState
GetServiceIdentityResponse.IdentityState. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetServiceIdentityResponse.IdentityState[]
GetServiceIdentityResponse.IdentityState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.serviceusage.v1beta1 that return types with arguments of type GetServiceIdentityResponse.IdentityState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<GetServiceIdentityResponse.IdentityState>
GetServiceIdentityResponse.IdentityState. internalGetValueMap()
Methods in com.google.api.serviceusage.v1beta1 with parameters of type GetServiceIdentityResponse.IdentityState Modifier and Type Method Description GetServiceIdentityResponse.Builder
GetServiceIdentityResponse.Builder. setState(GetServiceIdentityResponse.IdentityState value)
Service identity state.
-