public interface UpdateProvisioningConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEmail()
public abstract String getEmail()Optional. Email provided to send a confirmation with provisioning config to.
string email = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()Optional. Email provided to send a confirmation with provisioning config to.
string email = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for email. |
getProvisioningConfig()
public abstract ProvisioningConfig getProvisioningConfig()Required. The ProvisioningConfig to update.
.google.cloud.baremetalsolution.v2.ProvisioningConfig provisioning_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProvisioningConfig |
The provisioningConfig. |
getProvisioningConfigOrBuilder()
public abstract ProvisioningConfigOrBuilder getProvisioningConfigOrBuilder()Required. The ProvisioningConfig to update.
.google.cloud.baremetalsolution.v2.ProvisioningConfig provisioning_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProvisioningConfigOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasProvisioningConfig()
public abstract boolean hasProvisioningConfig()Required. The ProvisioningConfig to update.
.google.cloud.baremetalsolution.v2.ProvisioningConfig provisioning_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the provisioningConfig field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |