Class Service.Builder (2.8.0)

public static final class Service.Builder extends GeneratedMessageV3.Builder<Service.Builder> implements ServiceOrBuilder

A service that is available for use by the consumer.

Protobuf type google.api.serviceusage.v1.Service

Implements

ServiceOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Service.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Service.Builder
Overrides

build()

public Service build()
Returns
TypeDescription
Service

buildPartial()

public Service buildPartial()
Returns
TypeDescription
Service

clear()

public Service.Builder clear()
Returns
TypeDescription
Service.Builder
Overrides

clearConfig()

public Service.Builder clearConfig()

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
Service.Builder

clearField(Descriptors.FieldDescriptor field)

public Service.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Service.Builder
Overrides

clearName()

public Service.Builder clearName()

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

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

string name = 1;

Returns
TypeDescription
Service.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Service.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Service.Builder
Overrides

clearParent()

public Service.Builder clearParent()

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

  • projects/123

string parent = 5;

Returns
TypeDescription
Service.Builder

This builder for chaining.

clearState()

public Service.Builder clearState()

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

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

Returns
TypeDescription
Service.Builder

This builder for chaining.

clone()

public Service.Builder clone()
Returns
TypeDescription
Service.Builder
Overrides

getConfig()

public 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.

getConfigBuilder()

public ServiceConfig.Builder getConfigBuilder()

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.Builder

getConfigOrBuilder()

public 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

getDefaultInstanceForType()

public Service getDefaultInstanceForType()
Returns
TypeDescription
Service

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public 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 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeConfig(ServiceConfig value)

public Service.Builder mergeConfig(ServiceConfig value)

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;

Parameter
NameDescription
valueServiceConfig
Returns
TypeDescription
Service.Builder

mergeFrom(Service other)

public Service.Builder mergeFrom(Service other)
Parameter
NameDescription
otherService
Returns
TypeDescription
Service.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Service.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Service.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Service.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Service.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Service.Builder
Overrides

setConfig(ServiceConfig value)

public Service.Builder setConfig(ServiceConfig value)

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;

Parameter
NameDescription
valueServiceConfig
Returns
TypeDescription
Service.Builder

setConfig(ServiceConfig.Builder builderForValue)

public Service.Builder setConfig(ServiceConfig.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueServiceConfig.Builder
Returns
TypeDescription
Service.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Service.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Service.Builder
Overrides

setName(String value)

public Service.Builder setName(String value)

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

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

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Service.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Service.Builder setNameBytes(ByteString value)

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

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

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Service.Builder

This builder for chaining.

setParent(String value)

public Service.Builder setParent(String value)

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

  • projects/123

string parent = 5;

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
Service.Builder

This builder for chaining.

setParentBytes(ByteString value)

public Service.Builder setParentBytes(ByteString value)

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

  • projects/123

string parent = 5;

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
Service.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Service.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Service.Builder
Overrides

setState(State value)

public Service.Builder setState(State value)

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

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

Parameter
NameDescription
valueState

The state to set.

Returns
TypeDescription
Service.Builder

This builder for chaining.

setStateValue(int value)

public Service.Builder setStateValue(int value)

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

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

Parameter
NameDescription
valueint

The enum numeric value on the wire for state to set.

Returns
TypeDescription
Service.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Service.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Service.Builder
Overrides