public static final class GetFederationRequest.Builder extends GeneratedMessage.Builder<GetFederationRequest.Builder> implements GetFederationRequestOrBuilderRequest message for GetFederation.
Protobuf type google.cloud.metastore.v1beta.GetFederationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetFederationRequest.BuilderImplements
GetFederationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetFederationRequest build()| Returns | |
|---|---|
| Type | Description |
GetFederationRequest |
|
buildPartial()
public GetFederationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetFederationRequest |
|
clear()
public GetFederationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetFederationRequest.Builder |
|
clearName()
public GetFederationRequest.Builder clearName()Required. The relative resource name of the metastore federation to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/federations/{federation_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetFederationRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetFederationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetFederationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The relative resource name of the metastore federation to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/federations/{federation_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The relative resource name of the metastore federation to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/federations/{federation_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetFederationRequest other)
public GetFederationRequest.Builder mergeFrom(GetFederationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetFederationRequest |
| Returns | |
|---|---|
| Type | Description |
GetFederationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetFederationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetFederationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetFederationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetFederationRequest.Builder |
|
setName(String value)
public GetFederationRequest.Builder setName(String value)Required. The relative resource name of the metastore federation to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/federations/{federation_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetFederationRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetFederationRequest.Builder setNameBytes(ByteString value)Required. The relative resource name of the metastore federation to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/federations/{federation_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetFederationRequest.Builder |
This builder for chaining. |