public static final class Lake.MetastoreStatus.Builder extends GeneratedMessageV3.Builder<Lake.MetastoreStatus.Builder> implements Lake.MetastoreStatusOrBuilderStatus of Lake and Dataproc Metastore service instance association.
Protobuf type google.cloud.dataplex.v1.Lake.MetastoreStatus
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Lake.MetastoreStatus.BuilderImplements
Lake.MetastoreStatusOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Lake.MetastoreStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Lake.MetastoreStatus.Builder |
build()
public Lake.MetastoreStatus build()| Type | Description |
| Lake.MetastoreStatus |
buildPartial()
public Lake.MetastoreStatus buildPartial()| Type | Description |
| Lake.MetastoreStatus |
clear()
public Lake.MetastoreStatus.Builder clear()| Type | Description |
| Lake.MetastoreStatus.Builder |
clearEndpoint()
public Lake.MetastoreStatus.Builder clearEndpoint()The URI of the endpoint used to access the Metastore service.
string endpoint = 4;
| Type | Description |
| Lake.MetastoreStatus.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Lake.MetastoreStatus.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Lake.MetastoreStatus.Builder |
clearMessage()
public Lake.MetastoreStatus.Builder clearMessage()Additional information about the current status.
string message = 2;
| Type | Description |
| Lake.MetastoreStatus.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Lake.MetastoreStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Lake.MetastoreStatus.Builder |
clearState()
public Lake.MetastoreStatus.Builder clearState()Current state of association.
.google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
| Type | Description |
| Lake.MetastoreStatus.Builder | This builder for chaining. |
clearUpdateTime()
public Lake.MetastoreStatus.Builder clearUpdateTime()Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
| Type | Description |
| Lake.MetastoreStatus.Builder |
clone()
public Lake.MetastoreStatus.Builder clone()| Type | Description |
| Lake.MetastoreStatus.Builder |
getDefaultInstanceForType()
public Lake.MetastoreStatus getDefaultInstanceForType()| Type | Description |
| Lake.MetastoreStatus |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getEndpoint()
public String getEndpoint()The URI of the endpoint used to access the Metastore service.
string endpoint = 4;
| Type | Description |
| String | The endpoint. |
getEndpointBytes()
public ByteString getEndpointBytes()The URI of the endpoint used to access the Metastore service.
string endpoint = 4;
| Type | Description |
| ByteString | The bytes for endpoint. |
getMessage()
public String getMessage()Additional information about the current status.
string message = 2;
| Type | Description |
| String | The message. |
getMessageBytes()
public ByteString getMessageBytes()Additional information about the current status.
string message = 2;
| Type | Description |
| ByteString | The bytes for message. |
getState()
public Lake.MetastoreStatus.State getState()Current state of association.
.google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
| Type | Description |
| Lake.MetastoreStatus.State | The state. |
getStateValue()
public int getStateValue()Current state of association.
.google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
| Type | Description |
| int | The enum numeric value on the wire for state. |
getUpdateTime()
public Timestamp getUpdateTime()Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
| Type | Description |
| Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
| Type | Description |
| TimestampOrBuilder |
hasUpdateTime()
public boolean hasUpdateTime()Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
| Type | Description |
| boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Lake.MetastoreStatus other)
public Lake.MetastoreStatus.Builder mergeFrom(Lake.MetastoreStatus other)| Name | Description |
| other | Lake.MetastoreStatus |
| Type | Description |
| Lake.MetastoreStatus.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Lake.MetastoreStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Lake.MetastoreStatus.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Lake.MetastoreStatus.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Lake.MetastoreStatus.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Lake.MetastoreStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Lake.MetastoreStatus.Builder |
mergeUpdateTime(Timestamp value)
public Lake.MetastoreStatus.Builder mergeUpdateTime(Timestamp value)Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
| Name | Description |
| value | Timestamp |
| Type | Description |
| Lake.MetastoreStatus.Builder |
setEndpoint(String value)
public Lake.MetastoreStatus.Builder setEndpoint(String value)The URI of the endpoint used to access the Metastore service.
string endpoint = 4;
| Name | Description |
| value | StringThe endpoint to set. |
| Type | Description |
| Lake.MetastoreStatus.Builder | This builder for chaining. |
setEndpointBytes(ByteString value)
public Lake.MetastoreStatus.Builder setEndpointBytes(ByteString value)The URI of the endpoint used to access the Metastore service.
string endpoint = 4;
| Name | Description |
| value | ByteStringThe bytes for endpoint to set. |
| Type | Description |
| Lake.MetastoreStatus.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Lake.MetastoreStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Lake.MetastoreStatus.Builder |
setMessage(String value)
public Lake.MetastoreStatus.Builder setMessage(String value)Additional information about the current status.
string message = 2;
| Name | Description |
| value | StringThe message to set. |
| Type | Description |
| Lake.MetastoreStatus.Builder | This builder for chaining. |
setMessageBytes(ByteString value)
public Lake.MetastoreStatus.Builder setMessageBytes(ByteString value)Additional information about the current status.
string message = 2;
| Name | Description |
| value | ByteStringThe bytes for message to set. |
| Type | Description |
| Lake.MetastoreStatus.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Lake.MetastoreStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Lake.MetastoreStatus.Builder |
setState(Lake.MetastoreStatus.State value)
public Lake.MetastoreStatus.Builder setState(Lake.MetastoreStatus.State value)Current state of association.
.google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
| Name | Description |
| value | Lake.MetastoreStatus.StateThe state to set. |
| Type | Description |
| Lake.MetastoreStatus.Builder | This builder for chaining. |
setStateValue(int value)
public Lake.MetastoreStatus.Builder setStateValue(int value)Current state of association.
.google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
| Name | Description |
| value | intThe enum numeric value on the wire for state to set. |
| Type | Description |
| Lake.MetastoreStatus.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Lake.MetastoreStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Lake.MetastoreStatus.Builder |
setUpdateTime(Timestamp value)
public Lake.MetastoreStatus.Builder setUpdateTime(Timestamp value)Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
| Name | Description |
| value | Timestamp |
| Type | Description |
| Lake.MetastoreStatus.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Lake.MetastoreStatus.Builder setUpdateTime(Timestamp.Builder builderForValue)Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| Lake.MetastoreStatus.Builder |