Interface ServiceOrBuilder (2.31.0)

publicinterface ServiceOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfig()

publicabstractServiceConfiggetConfig()

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.v1beta1.ServiceConfig config = 2;

Returns
Type Description
ServiceConfig

The config.

getConfigOrBuilder()

publicabstractServiceConfigOrBuildergetConfigOrBuilder()

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.v1beta1.ServiceConfig config = 2;

Returns
Type Description
ServiceConfigOrBuilder

getName()

publicabstractStringgetName()

The resource name of the consumer and service.

A valid name would be:

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

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

The resource name of the consumer and service.

A valid name would be:

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

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getParent()

publicabstractStringgetParent()

The resource name of the consumer.

A valid name would be:

  • projects/123

string parent = 5;

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

The resource name of the consumer.

A valid name would be:

  • projects/123

string parent = 5;

Returns
Type Description
ByteString

The bytes for parent.

getState()

publicabstractStategetState()

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

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

Returns
Type Description
State

The state.

getStateValue()

publicabstractintgetStateValue()

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

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

Returns
Type Description
int

The enum numeric value on the wire for state.

hasConfig()

publicabstractbooleanhasConfig()

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.v1beta1.ServiceConfig config = 2;

Returns
Type Description
boolean

Whether the config field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.