public static final class UpdateGrpcRouteRequest.Builder extends GeneratedMessage.Builder<UpdateGrpcRouteRequest.Builder> implements UpdateGrpcRouteRequestOrBuilderRequest used by the UpdateGrpcRoute method.
Protobuf type google.cloud.networkservices.v1.UpdateGrpcRouteRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateGrpcRouteRequest.BuilderImplements
UpdateGrpcRouteRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateGrpcRouteRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest |
|
buildPartial()
public UpdateGrpcRouteRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest |
|
clear()
public UpdateGrpcRouteRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
clearGrpcRoute()
public UpdateGrpcRouteRequest.Builder clearGrpcRoute()Required. Updated GrpcRoute resource.
.google.cloud.networkservices.v1.GrpcRoute grpc_route = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
clearUpdateMask()
public UpdateGrpcRouteRequest.Builder clearUpdateMask()Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
getDefaultInstanceForType()
public UpdateGrpcRouteRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGrpcRoute()
public GrpcRoute getGrpcRoute()Required. Updated GrpcRoute resource.
.google.cloud.networkservices.v1.GrpcRoute grpc_route = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GrpcRoute |
The grpcRoute. |
getGrpcRouteBuilder()
public GrpcRoute.Builder getGrpcRouteBuilder()Required. Updated GrpcRoute resource.
.google.cloud.networkservices.v1.GrpcRoute grpc_route = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GrpcRoute.Builder |
|
getGrpcRouteOrBuilder()
public GrpcRouteOrBuilder getGrpcRouteOrBuilder()Required. Updated GrpcRoute resource.
.google.cloud.networkservices.v1.GrpcRoute grpc_route = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GrpcRouteOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasGrpcRoute()
public boolean hasGrpcRoute()Required. Updated GrpcRoute resource.
.google.cloud.networkservices.v1.GrpcRoute grpc_route = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the grpcRoute field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| 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(UpdateGrpcRouteRequest other)
public UpdateGrpcRouteRequest.Builder mergeFrom(UpdateGrpcRouteRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateGrpcRouteRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateGrpcRouteRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateGrpcRouteRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
mergeGrpcRoute(GrpcRoute value)
public UpdateGrpcRouteRequest.Builder mergeGrpcRoute(GrpcRoute value)Required. Updated GrpcRoute resource.
.google.cloud.networkservices.v1.GrpcRoute grpc_route = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
GrpcRoute |
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateGrpcRouteRequest.Builder mergeUpdateMask(FieldMask value)Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
setGrpcRoute(GrpcRoute value)
public UpdateGrpcRouteRequest.Builder setGrpcRoute(GrpcRoute value)Required. Updated GrpcRoute resource.
.google.cloud.networkservices.v1.GrpcRoute grpc_route = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
GrpcRoute |
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
setGrpcRoute(GrpcRoute.Builder builderForValue)
public UpdateGrpcRouteRequest.Builder setGrpcRoute(GrpcRoute.Builder builderForValue)Required. Updated GrpcRoute resource.
.google.cloud.networkservices.v1.GrpcRoute grpc_route = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GrpcRoute.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateGrpcRouteRequest.Builder setUpdateMask(FieldMask value)Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateGrpcRouteRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateGrpcRouteRequest.Builder |
|