Interface GenerateAttachedClusterInstallManifestRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateAttachedClusterInstallManifestRequest
,GenerateAttachedClusterInstallManifestRequest.Builder
public interface GenerateAttachedClusterInstallManifestRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAttachedClusterId()
Required.com.google.protobuf.ByteString
getAttachedClusterIdBytes()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.String
getPlatformVersion()
Required.com.google.protobuf.ByteString
getPlatformVersionBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The parent location where this [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource will be created. Location names are formatted as `projects/<project-id>/locations/<region>`. See [Resource Names](https://cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The parent location where this [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource will be created. Location names are formatted as `projects/<project-id>/locations/<region>`. See [Resource Names](https://cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
getAttachedClusterId
String getAttachedClusterId()
Required. A client provided ID of the resource. Must be unique within the parent resource. The provided ID will be part of the [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource name formatted as `projects/<project-id>/locations/<region>/attachedClusters/<cluster-id>`. Valid characters are `/[a-z][0-9]-/`. Cannot be longer than 63 characters. When generating an install manifest for importing an existing Membership resource, the attached_cluster_id field must be the Membership id. Membership names are formatted as `projects/<project-id>/locations/<region>/memberships/<membership-id>`.
string attached_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The attachedClusterId.
-
getAttachedClusterIdBytes
com.google.protobuf.ByteString getAttachedClusterIdBytes()
Required. A client provided ID of the resource. Must be unique within the parent resource. The provided ID will be part of the [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource name formatted as `projects/<project-id>/locations/<region>/attachedClusters/<cluster-id>`. Valid characters are `/[a-z][0-9]-/`. Cannot be longer than 63 characters. When generating an install manifest for importing an existing Membership resource, the attached_cluster_id field must be the Membership id. Membership names are formatted as `projects/<project-id>/locations/<region>/memberships/<membership-id>`.
string attached_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for attachedClusterId.
-
getPlatformVersion
String getPlatformVersion()
Required. The platform version for the cluster (e.g. `1.19.0-gke.1000`). You can list all supported versions on a given Google Cloud region by calling [GetAttachedServerConfig][google.cloud.gkemulticloud.v1.AttachedClusters.GetAttachedServerConfig].
string platform_version = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The platformVersion.
-
getPlatformVersionBytes
com.google.protobuf.ByteString getPlatformVersionBytes()
Required. The platform version for the cluster (e.g. `1.19.0-gke.1000`). You can list all supported versions on a given Google Cloud region by calling [GetAttachedServerConfig][google.cloud.gkemulticloud.v1.AttachedClusters.GetAttachedServerConfig].
string platform_version = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for platformVersion.
-
-