Class LocationMetadata.Builder (3.24.0)

public static final class LocationMetadata.Builder extends GeneratedMessage.Builder<LocationMetadata.Builder> implements LocationMetadataOrBuilder

Cloud Logging specific location metadata.

Protobuf type google.logging.v2.LocationMetadata

Static Methods

getDescriptor()

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

Methods

build()

public LocationMetadata build()
Returns
Type Description
LocationMetadata

buildPartial()

public LocationMetadata buildPartial()
Returns
Type Description
LocationMetadata

clear()

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

clearLogAnalyticsEnabled()

public LocationMetadata.Builder clearLogAnalyticsEnabled()

Indicates whether or not Log Analytics features are supported in the given location.

bool log_analytics_enabled = 1;

Returns
Type Description
LocationMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public LocationMetadata getDefaultInstanceForType()
Returns
Type Description
LocationMetadata

getDescriptorForType()

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

getLogAnalyticsEnabled()

public boolean getLogAnalyticsEnabled()

Indicates whether or not Log Analytics features are supported in the given location.

bool log_analytics_enabled = 1;

Returns
Type Description
boolean

The logAnalyticsEnabled.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(LocationMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setLogAnalyticsEnabled(boolean value)

public LocationMetadata.Builder setLogAnalyticsEnabled(boolean value)

Indicates whether or not Log Analytics features are supported in the given location.

bool log_analytics_enabled = 1;

Parameter
Name Description
value boolean

The logAnalyticsEnabled to set.

Returns
Type Description
LocationMetadata.Builder

This builder for chaining.