public static final class UpdateStyleGuideRequest.Builder extends GeneratedMessage.Builder<UpdateStyleGuideRequest.Builder> implements UpdateStyleGuideRequestOrBuilderThe UpdateStyleGuide method's request.
Protobuf type google.cloud.apihub.v1.UpdateStyleGuideRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateStyleGuideRequest.BuilderImplements
UpdateStyleGuideRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateStyleGuideRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest |
|
buildPartial()
public UpdateStyleGuideRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest |
|
clear()
public UpdateStyleGuideRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
clearStyleGuide()
public UpdateStyleGuideRequest.Builder clearStyleGuide()Required. The Style guide resource to update.
.google.cloud.apihub.v1.StyleGuide style_guide = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
clearUpdateMask()
public UpdateStyleGuideRequest.Builder clearUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
getDefaultInstanceForType()
public UpdateStyleGuideRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getStyleGuide()
public StyleGuide getStyleGuide()Required. The Style guide resource to update.
.google.cloud.apihub.v1.StyleGuide style_guide = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
StyleGuide |
The styleGuide. |
getStyleGuideBuilder()
public StyleGuide.Builder getStyleGuideBuilder()Required. The Style guide resource to update.
.google.cloud.apihub.v1.StyleGuide style_guide = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
StyleGuide.Builder |
|
getStyleGuideOrBuilder()
public StyleGuideOrBuilder getStyleGuideOrBuilder()Required. The Style guide resource to update.
.google.cloud.apihub.v1.StyleGuide style_guide = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
StyleGuideOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasStyleGuide()
public boolean hasStyleGuide()Required. The Style guide resource to update.
.google.cloud.apihub.v1.StyleGuide style_guide = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the styleGuide field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.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(UpdateStyleGuideRequest other)
public UpdateStyleGuideRequest.Builder mergeFrom(UpdateStyleGuideRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateStyleGuideRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateStyleGuideRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateStyleGuideRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
mergeStyleGuide(StyleGuide value)
public UpdateStyleGuideRequest.Builder mergeStyleGuide(StyleGuide value)Required. The Style guide resource to update.
.google.cloud.apihub.v1.StyleGuide style_guide = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StyleGuide |
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateStyleGuideRequest.Builder mergeUpdateMask(FieldMask value)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
setStyleGuide(StyleGuide value)
public UpdateStyleGuideRequest.Builder setStyleGuide(StyleGuide value)Required. The Style guide resource to update.
.google.cloud.apihub.v1.StyleGuide style_guide = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StyleGuide |
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
setStyleGuide(StyleGuide.Builder builderForValue)
public UpdateStyleGuideRequest.Builder setStyleGuide(StyleGuide.Builder builderForValue)Required. The Style guide resource to update.
.google.cloud.apihub.v1.StyleGuide style_guide = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
StyleGuide.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateStyleGuideRequest.Builder setUpdateMask(FieldMask value)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateStyleGuideRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateStyleGuideRequest.Builder |
|