public interface ServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServiceConfig |
getConfig()
The service configuration of the available service.
|
ServiceConfigOrBuilder |
getConfigOrBuilder()
The service configuration of the available service.
|
String |
getName()
The resource name of the consumer and service.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the consumer and service.
|
String |
getParent()
The resource name of the consumer.
|
com.google.protobuf.ByteString |
getParentBytes()
The resource name of the consumer.
|
State |
getState()
Whether or not the service has been enabled for use by the consumer.
|
int |
getStateValue()
Whether or not the service has been enabled for use by the consumer.
|
boolean |
hasConfig()
The service configuration of the available service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the consumer and service. A valid name would be: - projects/123/services/serviceusage.googleapis.com
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the consumer and service. A valid name would be: - projects/123/services/serviceusage.googleapis.com
string name = 1;String getParent()
The resource name of the consumer. A valid name would be: - projects/123
string parent = 5;com.google.protobuf.ByteString getParentBytes()
The resource name of the consumer. A valid name would be: - projects/123
string parent = 5;boolean hasConfig()
The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the `ListServices` method. These fields are present only in responses to the `GetService` method.
.google.api.serviceusage.v1.ServiceConfig config = 2;ServiceConfig getConfig()
The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the `ListServices` method. These fields are present only in responses to the `GetService` method.
.google.api.serviceusage.v1.ServiceConfig config = 2;ServiceConfigOrBuilder getConfigOrBuilder()
The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the `ListServices` method. These fields are present only in responses to the `GetService` method.
.google.api.serviceusage.v1.ServiceConfig config = 2;int getStateValue()
Whether or not the service has been enabled for use by the consumer.
.google.api.serviceusage.v1.State state = 4;State getState()
Whether or not the service has been enabled for use by the consumer.
.google.api.serviceusage.v1.State state = 4;Copyright © 2024 Google LLC. All rights reserved.