Interface ProvisioningConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProvisioningConfig
,ProvisioningConfig.Builder
public interface ProvisioningConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getCloudConsoleUri()
Output only.com.google.protobuf.ByteString
getCloudConsoleUriBytes()
Output only.String
getCustomId()
Optional.com.google.protobuf.ByteString
getCustomIdBytes()
Optional.String
getEmail()
Deprecated.google.cloud.baremetalsolution.v2.ProvisioningConfig.email is deprecated.com.google.protobuf.ByteString
getEmailBytes()
Deprecated.google.cloud.baremetalsolution.v2.ProvisioningConfig.email is deprecated.String
getHandoverServiceAccount()
A service account to enable customers to access instance credentials upon handover.com.google.protobuf.ByteString
getHandoverServiceAccountBytes()
A service account to enable customers to access instance credentials upon handover.InstanceConfig
getInstances(int index)
Instances to be created.int
getInstancesCount()
Instances to be created.List<InstanceConfig>
getInstancesList()
Instances to be created.InstanceConfigOrBuilder
getInstancesOrBuilder(int index)
Instances to be created.List<? extends InstanceConfigOrBuilder>
getInstancesOrBuilderList()
Instances to be created.String
getLocation()
Optional.com.google.protobuf.ByteString
getLocationBytes()
Optional.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.NetworkConfig
getNetworks(int index)
Networks to be created.int
getNetworksCount()
Networks to be created.List<NetworkConfig>
getNetworksList()
Networks to be created.NetworkConfigOrBuilder
getNetworksOrBuilder(int index)
Networks to be created.List<? extends NetworkConfigOrBuilder>
getNetworksOrBuilderList()
Networks to be created.ProvisioningConfig.State
getState()
Output only.int
getStateValue()
Output only.String
getStatusMessage()
Optional status messages associated with the FAILED state.com.google.protobuf.ByteString
getStatusMessageBytes()
Optional status messages associated with the FAILED state.String
getTicketId()
A generated ticket id to track provisioning request.com.google.protobuf.ByteString
getTicketIdBytes()
A generated ticket id to track provisioning request.com.google.protobuf.Timestamp
getUpdateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Output only.VolumeConfig
getVolumes(int index)
Volumes to be created.int
getVolumesCount()
Volumes to be created.List<VolumeConfig>
getVolumesList()
Volumes to be created.VolumeConfigOrBuilder
getVolumesOrBuilder(int index)
Volumes to be created.List<? extends VolumeConfigOrBuilder>
getVolumesOrBuilderList()
Volumes to be created.boolean
getVpcScEnabled()
If true, VPC SC is enabled for the cluster.boolean
hasUpdateTime()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. The system-generated name of the provisioning config. This follows the UUID format.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. The system-generated name of the provisioning config. This follows the UUID format.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for name.
-
getInstancesList
List<InstanceConfig> getInstancesList()
Instances to be created.
repeated .google.cloud.baremetalsolution.v2.InstanceConfig instances = 2;
-
getInstances
InstanceConfig getInstances(int index)
Instances to be created.
repeated .google.cloud.baremetalsolution.v2.InstanceConfig instances = 2;
-
getInstancesCount
int getInstancesCount()
Instances to be created.
repeated .google.cloud.baremetalsolution.v2.InstanceConfig instances = 2;
-
getInstancesOrBuilderList
List<? extends InstanceConfigOrBuilder> getInstancesOrBuilderList()
Instances to be created.
repeated .google.cloud.baremetalsolution.v2.InstanceConfig instances = 2;
-
getInstancesOrBuilder
InstanceConfigOrBuilder getInstancesOrBuilder(int index)
Instances to be created.
repeated .google.cloud.baremetalsolution.v2.InstanceConfig instances = 2;
-
getNetworksList
List<NetworkConfig> getNetworksList()
Networks to be created.
repeated .google.cloud.baremetalsolution.v2.NetworkConfig networks = 3;
-
getNetworks
NetworkConfig getNetworks(int index)
Networks to be created.
repeated .google.cloud.baremetalsolution.v2.NetworkConfig networks = 3;
-
getNetworksCount
int getNetworksCount()
Networks to be created.
repeated .google.cloud.baremetalsolution.v2.NetworkConfig networks = 3;
-
getNetworksOrBuilderList
List<? extends NetworkConfigOrBuilder> getNetworksOrBuilderList()
Networks to be created.
repeated .google.cloud.baremetalsolution.v2.NetworkConfig networks = 3;
-
getNetworksOrBuilder
NetworkConfigOrBuilder getNetworksOrBuilder(int index)
Networks to be created.
repeated .google.cloud.baremetalsolution.v2.NetworkConfig networks = 3;
-
getVolumesList
List<VolumeConfig> getVolumesList()
Volumes to be created.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig volumes = 4;
-
getVolumes
VolumeConfig getVolumes(int index)
Volumes to be created.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig volumes = 4;
-
getVolumesCount
int getVolumesCount()
Volumes to be created.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig volumes = 4;
-
getVolumesOrBuilderList
List<? extends VolumeConfigOrBuilder> getVolumesOrBuilderList()
Volumes to be created.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig volumes = 4;
-
getVolumesOrBuilder
VolumeConfigOrBuilder getVolumesOrBuilder(int index)
Volumes to be created.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig volumes = 4;
-
getTicketId
String getTicketId()
A generated ticket id to track provisioning request.
string ticket_id = 5;
- Returns:
- The ticketId.
-
getTicketIdBytes
com.google.protobuf.ByteString getTicketIdBytes()
A generated ticket id to track provisioning request.
string ticket_id = 5;
- Returns:
- The bytes for ticketId.
-
getHandoverServiceAccount
String getHandoverServiceAccount()
A service account to enable customers to access instance credentials upon handover.
string handover_service_account = 6;
- Returns:
- The handoverServiceAccount.
-
getHandoverServiceAccountBytes
com.google.protobuf.ByteString getHandoverServiceAccountBytes()
A service account to enable customers to access instance credentials upon handover.
string handover_service_account = 6;
- Returns:
- The bytes for handoverServiceAccount.
-
getEmail
@Deprecated String getEmail()
Deprecated.google.cloud.baremetalsolution.v2.ProvisioningConfig.email is deprecated. See google/cloud/baremetalsolution/v2/provisioning.proto;l=92Email provided to send a confirmation with provisioning config to. Deprecated in favour of email field in request messages.
string email = 7 [deprecated = true];
- Returns:
- The email.
-
getEmailBytes
@Deprecated com.google.protobuf.ByteString getEmailBytes()
Deprecated.google.cloud.baremetalsolution.v2.ProvisioningConfig.email is deprecated. See google/cloud/baremetalsolution/v2/provisioning.proto;l=92Email provided to send a confirmation with provisioning config to. Deprecated in favour of email field in request messages.
string email = 7 [deprecated = true];
- Returns:
- The bytes for email.
-
getStateValue
int getStateValue()
Output only. State of ProvisioningConfig.
.google.cloud.baremetalsolution.v2.ProvisioningConfig.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for state.
-
getState
ProvisioningConfig.State getState()
Output only. State of ProvisioningConfig.
.google.cloud.baremetalsolution.v2.ProvisioningConfig.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The state.
-
getLocation
String getLocation()
Optional. Location name of this ProvisioningConfig. It is optional only for Intake UI transition period.
string location = 9 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
Optional. Location name of this ProvisioningConfig. It is optional only for Intake UI transition period.
string location = 9 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for location.
-
hasUpdateTime
boolean hasUpdateTime()
Output only. Last update timestamp.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. Last update timestamp.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Last update timestamp.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCloudConsoleUri
String getCloudConsoleUri()
Output only. URI to Cloud Console UI view of this provisioning config.
string cloud_console_uri = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The cloudConsoleUri.
-
getCloudConsoleUriBytes
com.google.protobuf.ByteString getCloudConsoleUriBytes()
Output only. URI to Cloud Console UI view of this provisioning config.
string cloud_console_uri = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for cloudConsoleUri.
-
getVpcScEnabled
boolean getVpcScEnabled()
If true, VPC SC is enabled for the cluster.
bool vpc_sc_enabled = 12;
- Returns:
- The vpcScEnabled.
-
getStatusMessage
String getStatusMessage()
Optional status messages associated with the FAILED state.
string status_message = 13;
- Returns:
- The statusMessage.
-
getStatusMessageBytes
com.google.protobuf.ByteString getStatusMessageBytes()
Optional status messages associated with the FAILED state.
string status_message = 13;
- Returns:
- The bytes for statusMessage.
-
getCustomId
String getCustomId()
Optional. The user-defined identifier of the provisioning config.
string custom_id = 14 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The customId.
-
getCustomIdBytes
com.google.protobuf.ByteString getCustomIdBytes()
Optional. The user-defined identifier of the provisioning config.
string custom_id = 14 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for customId.
-
-