public interface UpdateReplicationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReplication()
public abstract Replication getReplication()Required. A replication resource
.google.cloud.netapp.v1.Replication replication = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Replication |
The replication. |
getReplicationOrBuilder()
public abstract ReplicationOrBuilder getReplicationOrBuilder()Required. A replication resource
.google.cloud.netapp.v1.Replication replication = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ReplicationOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. Mask of fields to update. At least one path must be supplied in this field.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. Mask of fields to update. At least one path must be supplied in this field.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasReplication()
public abstract boolean hasReplication()Required. A replication resource
.google.cloud.netapp.v1.Replication replication = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the replication field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. Mask of fields to update. At least one path must be supplied in this field.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |