public static final class UpdateSiteRequest.Builder extends GeneratedMessage.Builder<UpdateSiteRequest.Builder> implements UpdateSiteRequestOrBuilderA request to update a site.
Protobuf type google.cloud.gdchardwaremanagement.v1alpha.UpdateSiteRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateSiteRequest.BuilderImplements
UpdateSiteRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateSiteRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest |
|
buildPartial()
public UpdateSiteRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest |
|
clear()
public UpdateSiteRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
clearRequestId()
public UpdateSiteRequest.Builder clearRequestId()Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
This builder for chaining. |
clearSite()
public UpdateSiteRequest.Builder clearSite()Required. The site to update.
.google.cloud.gdchardwaremanagement.v1alpha.Site site = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
clearUpdateMask()
public UpdateSiteRequest.Builder clearUpdateMask()Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
getDefaultInstanceForType()
public UpdateSiteRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRequestId()
public String getRequestId()Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes()Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
getSite()
public Site getSite()Required. The site to update.
.google.cloud.gdchardwaremanagement.v1alpha.Site site = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Site |
The site. |
getSiteBuilder()
public Site.Builder getSiteBuilder()Required. The site to update.
.google.cloud.gdchardwaremanagement.v1alpha.Site site = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Site.Builder |
|
getSiteOrBuilder()
public SiteOrBuilder getSiteOrBuilder()Required. The site to update.
.google.cloud.gdchardwaremanagement.v1alpha.Site site = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SiteOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasSite()
public boolean hasSite()Required. The site to update.
.google.cloud.gdchardwaremanagement.v1alpha.Site site = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the site field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateSiteRequest other)
public UpdateSiteRequest.Builder mergeFrom(UpdateSiteRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateSiteRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateSiteRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateSiteRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
mergeSite(Site value)
public UpdateSiteRequest.Builder mergeSite(Site value)Required. The site to update.
.google.cloud.gdchardwaremanagement.v1alpha.Site site = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Site |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateSiteRequest.Builder mergeUpdateMask(FieldMask value)Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
setRequestId(String value)
public UpdateSiteRequest.Builder setRequestId(String value)Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requestId to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public UpdateSiteRequest.Builder setRequestIdBytes(ByteString value)Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
This builder for chaining. |
setSite(Site value)
public UpdateSiteRequest.Builder setSite(Site value)Required. The site to update.
.google.cloud.gdchardwaremanagement.v1alpha.Site site = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Site |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
setSite(Site.Builder builderForValue)
public UpdateSiteRequest.Builder setSite(Site.Builder builderForValue)Required. The site to update.
.google.cloud.gdchardwaremanagement.v1alpha.Site site = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Site.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateSiteRequest.Builder setUpdateMask(FieldMask value)Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateSiteRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateSiteRequest.Builder |
|