Class EnableServiceRequest.Builder (2.85.0)

public static final class EnableServiceRequest.Builder extends GeneratedMessage.Builder<EnableServiceRequest.Builder> implements EnableServiceRequestOrBuilder

Request message for the EnableService method.

Protobuf type google.api.serviceusage.v1.EnableServiceRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public EnableServiceRequest build()
Returns
Type Description
EnableServiceRequest

buildPartial()

public EnableServiceRequest buildPartial()
Returns
Type Description
EnableServiceRequest

clear()

public EnableServiceRequest.Builder clear()
Returns
Type Description
EnableServiceRequest.Builder
Overrides

clearName()

public EnableServiceRequest.Builder clearName()

Name of the consumer and service to enable the service on.

The EnableService and DisableService methods currently only support projects.

Enabling a service requires that the service is public or is shared with the user enabling the service.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number.

string name = 1;

Returns
Type Description
EnableServiceRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public EnableServiceRequest getDefaultInstanceForType()
Returns
Type Description
EnableServiceRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Name of the consumer and service to enable the service on.

The EnableService and DisableService methods currently only support projects.

Enabling a service requires that the service is public or is shared with the user enabling the service.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name of the consumer and service to enable the service on.

The EnableService and DisableService methods currently only support projects.

Enabling a service requires that the service is public or is shared with the user enabling the service.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(EnableServiceRequest other)

public EnableServiceRequest.Builder mergeFrom(EnableServiceRequest other)
Parameter
Name Description
other EnableServiceRequest
Returns
Type Description
EnableServiceRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public EnableServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EnableServiceRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public EnableServiceRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
EnableServiceRequest.Builder
Overrides

setName(String value)

public EnableServiceRequest.Builder setName(String value)

Name of the consumer and service to enable the service on.

The EnableService and DisableService methods currently only support projects.

Enabling a service requires that the service is public or is shared with the user enabling the service.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
EnableServiceRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public EnableServiceRequest.Builder setNameBytes(ByteString value)

Name of the consumer and service to enable the service on.

The EnableService and DisableService methods currently only support projects.

Enabling a service requires that the service is public or is shared with the user enabling the service.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
EnableServiceRequest.Builder

This builder for chaining.