public static final class LocationMetadata.Builder extends GeneratedMessageV3.Builder<LocationMetadata.Builder> implements LocationMetadataOrBuilder
Cloud Logging specific location metadata.
Protobuf type google.logging.v2.LocationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LocationMetadata.BuilderImplements
LocationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LocationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
LocationMetadata.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public LocationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
LocationMetadata.Builder |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public LocationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
LocationMetadata.Builder |
clone()
public LocationMetadata.Builder clone()
Returns | |
---|---|
Type | Description |
LocationMetadata.Builder |
getDefaultInstanceForType()
public LocationMetadata getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LocationMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public LocationMetadata.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
LocationMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LocationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LocationMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public LocationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
LocationMetadata.Builder |
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LocationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
LocationMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final LocationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LocationMetadata.Builder |