public interface UpdateStyleGuideRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStyleGuide()
public abstract 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. |
getStyleGuideOrBuilder()
public abstract 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 abstract 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. |
getUpdateMaskOrBuilder()
public abstract 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 abstract 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 abstract 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. |