public interface UpdateRuleRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRule()
public abstract Rule getRule()
The rule that replaces the resource on the server.
.google.devtools.artifactregistry.v1.Rule rule = 1;
Returns | |
---|---|
Type | Description |
Rule |
The rule. |
getRuleOrBuilder()
public abstract RuleOrBuilder getRuleOrBuilder()
The rule that replaces the resource on the server.
.google.devtools.artifactregistry.v1.Rule rule = 1;
Returns | |
---|---|
Type | Description |
RuleOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The update mask applies to the resource. For the FieldMask
definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The update mask applies to the resource. For the FieldMask
definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasRule()
public abstract boolean hasRule()
The rule that replaces the resource on the server.
.google.devtools.artifactregistry.v1.Rule rule = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the rule field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The update mask applies to the resource. For the FieldMask
definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |