public static final class GetUnitOperationRequest.Builder extends GeneratedMessage.Builder<GetUnitOperationRequest.Builder> implements GetUnitOperationRequestOrBuilderThe request structure for the GetUnitOperation method.
Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.GetUnitOperationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetUnitOperationRequest.BuilderImplements
GetUnitOperationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetUnitOperationRequest build()| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest |
|
buildPartial()
public GetUnitOperationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest |
|
clear()
public GetUnitOperationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest.Builder |
|
clearName()
public GetUnitOperationRequest.Builder clearName()Required. The resource name of the resource within a service.
string name = 10001 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetUnitOperationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The resource name of the resource within a service.
string name = 10001 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The resource name of the resource within a service.
string name = 10001 [(.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(GetUnitOperationRequest other)
public GetUnitOperationRequest.Builder mergeFrom(GetUnitOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetUnitOperationRequest |
| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetUnitOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetUnitOperationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest.Builder |
|
setName(String value)
public GetUnitOperationRequest.Builder setName(String value)Required. The resource name of the resource within a service.
string name = 10001 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetUnitOperationRequest.Builder setNameBytes(ByteString value)Required. The resource name of the resource within a service.
string name = 10001 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetUnitOperationRequest.Builder |
This builder for chaining. |