Class Service.AppEngine.Builder (3.84.0)

public static final class Service.AppEngine.Builder extends GeneratedMessage.Builder<Service.AppEngine.Builder> implements Service.AppEngineOrBuilder

App Engine service. Learn more at https://cloud.google.com/appengine.

Protobuf type google.monitoring.v3.Service.AppEngine

Static Methods

getDescriptor()

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

Methods

build()

public Service.AppEngine build()
Returns
Type Description
Service.AppEngine

buildPartial()

public Service.AppEngine buildPartial()
Returns
Type Description
Service.AppEngine

clear()

public Service.AppEngine.Builder clear()
Returns
Type Description
Service.AppEngine.Builder
Overrides

clearModuleId()

public Service.AppEngine.Builder clearModuleId()

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource.

string module_id = 1;

Returns
Type Description
Service.AppEngine.Builder

This builder for chaining.

getDefaultInstanceForType()

public Service.AppEngine getDefaultInstanceForType()
Returns
Type Description
Service.AppEngine

getDescriptorForType()

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

getModuleId()

public String getModuleId()

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource.

string module_id = 1;

Returns
Type Description
String

The moduleId.

getModuleIdBytes()

public ByteString getModuleIdBytes()

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource.

string module_id = 1;

Returns
Type Description
ByteString

The bytes for moduleId.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Service.AppEngine other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setModuleId(String value)

public Service.AppEngine.Builder setModuleId(String value)

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource.

string module_id = 1;

Parameter
Name Description
value String

The moduleId to set.

Returns
Type Description
Service.AppEngine.Builder

This builder for chaining.

setModuleIdBytes(ByteString value)

public Service.AppEngine.Builder setModuleIdBytes(ByteString value)

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource.

string module_id = 1;

Parameter
Name Description
value ByteString

The bytes for moduleId to set.

Returns
Type Description
Service.AppEngine.Builder

This builder for chaining.