Interface ServiceOrBuilder (2.12.0)

public interface ServiceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfig()

public abstract 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;

Returns
TypeDescription
ServiceConfig

The config.

getConfigOrBuilder()

public abstract 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;

Returns
TypeDescription
ServiceConfigOrBuilder

getName()

public abstract String getName()

The resource name of the consumer and service. A valid name would be:

  • projects/123/services/serviceusage.googleapis.com

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The resource name of the consumer and service. A valid name would be:

  • projects/123/services/serviceusage.googleapis.com

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParent()

public abstract String getParent()

The resource name of the consumer. A valid name would be:

  • projects/123

string parent = 5;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The resource name of the consumer. A valid name would be:

  • projects/123

string parent = 5;

Returns
TypeDescription
ByteString

The bytes for parent.

getState()

public abstract State getState()

Whether or not the service has been enabled for use by the consumer.

.google.api.serviceusage.v1.State state = 4;

Returns
TypeDescription
State

The state.

getStateValue()

public abstract int getStateValue()

Whether or not the service has been enabled for use by the consumer.

.google.api.serviceusage.v1.State state = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

hasConfig()

public abstract 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;

Returns
TypeDescription
boolean

Whether the config field is set.