Interface AzureClusterOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AzureCluster, AzureCluster.Builder

    public interface AzureClusterOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         The name of this resource.
        
         Cluster names are formatted as
         `projects/<project-number>/locations/<region>/azureClusters/<cluster-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud Platform resource names.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of this resource.
        
         Cluster names are formatted as
         `projects/<project-number>/locations/<region>/azureClusters/<cluster-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud Platform resource names.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getDescription

        String getDescription()
         Optional. A human readable description of this cluster.
         Cannot be longer than 255 UTF-8 encoded bytes.
         
        string description = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Optional. A human readable description of this cluster.
         Cannot be longer than 255 UTF-8 encoded bytes.
         
        string description = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for description.
      • getAzureRegion

        String getAzureRegion()
         Required. The Azure region where the cluster runs.
        
         Each Google Cloud region supports a subset of nearby Azure regions.
         You can call
         [GetAzureServerConfig][google.cloud.gkemulticloud.v1.AzureClusters.GetAzureServerConfig]
         to list all supported Azure regions within a given Google Cloud region.
         
        string azure_region = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The azureRegion.
      • getAzureRegionBytes

        com.google.protobuf.ByteString getAzureRegionBytes()
         Required. The Azure region where the cluster runs.
        
         Each Google Cloud region supports a subset of nearby Azure regions.
         You can call
         [GetAzureServerConfig][google.cloud.gkemulticloud.v1.AzureClusters.GetAzureServerConfig]
         to list all supported Azure regions within a given Google Cloud region.
         
        string azure_region = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for azureRegion.
      • getResourceGroupId

        String getResourceGroupId()
         Required. The ARM ID of the resource group where the cluster resources are
         deployed. For example:
         `/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>`
         
        string resource_group_id = 17 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The resourceGroupId.
      • getResourceGroupIdBytes

        com.google.protobuf.ByteString getResourceGroupIdBytes()
         Required. The ARM ID of the resource group where the cluster resources are
         deployed. For example:
         `/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>`
         
        string resource_group_id = 17 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for resourceGroupId.
      • getAzureClient

        String getAzureClient()
         Optional. Name of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] that contains
         authentication configuration for how the Anthos Multi-Cloud API connects to
         Azure APIs.
        
         The `AzureClient` resource must reside on the same Google Cloud Platform
         project and region as the `AzureCluster`.
        
         `AzureClient` names are formatted as
         `projects/<project-number>/locations/<region>/azureClients/<client-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string azure_client = 16 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The azureClient.
      • getAzureClientBytes

        com.google.protobuf.ByteString getAzureClientBytes()
         Optional. Name of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] that contains
         authentication configuration for how the Anthos Multi-Cloud API connects to
         Azure APIs.
        
         The `AzureClient` resource must reside on the same Google Cloud Platform
         project and region as the `AzureCluster`.
        
         `AzureClient` names are formatted as
         `projects/<project-number>/locations/<region>/azureClients/<client-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string azure_client = 16 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for azureClient.
      • hasNetworking

        boolean hasNetworking()
         Required. Cluster-wide networking configuration.
         
        .google.cloud.gkemulticloud.v1.AzureClusterNetworking networking = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the networking field is set.
      • getNetworking

        AzureClusterNetworking getNetworking()
         Required. Cluster-wide networking configuration.
         
        .google.cloud.gkemulticloud.v1.AzureClusterNetworking networking = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The networking.
      • getNetworkingOrBuilder

        AzureClusterNetworkingOrBuilder getNetworkingOrBuilder()
         Required. Cluster-wide networking configuration.
         
        .google.cloud.gkemulticloud.v1.AzureClusterNetworking networking = 4 [(.google.api.field_behavior) = REQUIRED];
      • hasControlPlane

        boolean hasControlPlane()
         Required. Configuration related to the cluster control plane.
         
        .google.cloud.gkemulticloud.v1.AzureControlPlane control_plane = 5 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the controlPlane field is set.
      • getControlPlane

        AzureControlPlane getControlPlane()
         Required. Configuration related to the cluster control plane.
         
        .google.cloud.gkemulticloud.v1.AzureControlPlane control_plane = 5 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The controlPlane.
      • getControlPlaneOrBuilder

        AzureControlPlaneOrBuilder getControlPlaneOrBuilder()
         Required. Configuration related to the cluster control plane.
         
        .google.cloud.gkemulticloud.v1.AzureControlPlane control_plane = 5 [(.google.api.field_behavior) = REQUIRED];
      • hasAuthorization

        boolean hasAuthorization()
         Required. Configuration related to the cluster RBAC settings.
         
        .google.cloud.gkemulticloud.v1.AzureAuthorization authorization = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the authorization field is set.
      • getAuthorization

        AzureAuthorization getAuthorization()
         Required. Configuration related to the cluster RBAC settings.
         
        .google.cloud.gkemulticloud.v1.AzureAuthorization authorization = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The authorization.
      • getAuthorizationOrBuilder

        AzureAuthorizationOrBuilder getAuthorizationOrBuilder()
         Required. Configuration related to the cluster RBAC settings.
         
        .google.cloud.gkemulticloud.v1.AzureAuthorization authorization = 6 [(.google.api.field_behavior) = REQUIRED];
      • hasAzureServicesAuthentication

        boolean hasAzureServicesAuthentication()
         Optional. Authentication configuration for management of Azure resources.
         
        .google.cloud.gkemulticloud.v1.AzureServicesAuthentication azure_services_authentication = 22 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the azureServicesAuthentication field is set.
      • getAzureServicesAuthentication

        AzureServicesAuthentication getAzureServicesAuthentication()
         Optional. Authentication configuration for management of Azure resources.
         
        .google.cloud.gkemulticloud.v1.AzureServicesAuthentication azure_services_authentication = 22 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The azureServicesAuthentication.
      • getAzureServicesAuthenticationOrBuilder

        AzureServicesAuthenticationOrBuilder getAzureServicesAuthenticationOrBuilder()
         Optional. Authentication configuration for management of Azure resources.
         
        .google.cloud.gkemulticloud.v1.AzureServicesAuthentication azure_services_authentication = 22 [(.google.api.field_behavior) = OPTIONAL];
      • getStateValue

        int getStateValue()
         Output only. The current state of the cluster.
         
        .google.cloud.gkemulticloud.v1.AzureCluster.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for state.
      • getState

        AzureCluster.State getState()
         Output only. The current state of the cluster.
         
        .google.cloud.gkemulticloud.v1.AzureCluster.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The state.
      • getEndpoint

        String getEndpoint()
         Output only. The endpoint of the cluster's API server.
         
        string endpoint = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The endpoint.
      • getEndpointBytes

        com.google.protobuf.ByteString getEndpointBytes()
         Output only. The endpoint of the cluster's API server.
         
        string endpoint = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for endpoint.
      • getUid

        String getUid()
         Output only. A globally unique identifier for the cluster.
         
        string uid = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The uid.
      • getUidBytes

        com.google.protobuf.ByteString getUidBytes()
         Output only. A globally unique identifier for the cluster.
         
        string uid = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for uid.
      • getReconciling

        boolean getReconciling()
         Output only. If set, there are currently changes in flight to the cluster.
         
        bool reconciling = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The reconciling.
      • hasCreateTime

        boolean hasCreateTime()
         Output only. The time at which this cluster was created.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Output only. The time at which this cluster was created.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The time at which this cluster was created.
         
        .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. The time at which this cluster was last updated.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Output only. The time at which this cluster was last updated.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The time at which this cluster was last updated.
         
        .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEtag

        String getEtag()
         Allows clients to perform consistent read-modify-writes
         through optimistic concurrency control.
        
         Can be sent on update and delete requests to ensure the
         client has an up-to-date value before proceeding.
         
        string etag = 13;
        Returns:
        The etag.
      • getEtagBytes

        com.google.protobuf.ByteString getEtagBytes()
         Allows clients to perform consistent read-modify-writes
         through optimistic concurrency control.
        
         Can be sent on update and delete requests to ensure the
         client has an up-to-date value before proceeding.
         
        string etag = 13;
        Returns:
        The bytes for etag.
      • getAnnotationsCount

        int getAnnotationsCount()
         Optional. Annotations on the cluster.
        
         This field has the same restrictions as Kubernetes annotations.
         The total size of all keys and values combined is limited to 256k.
         Keys can have 2 segments: prefix (optional) and name (required),
         separated by a slash (/).
         Prefix must be a DNS subdomain.
         Name must be 63 characters or less, begin and end with alphanumerics,
         with dashes (-), underscores (_), dots (.), and alphanumerics between.
         
        map<string, string> annotations = 14 [(.google.api.field_behavior) = OPTIONAL];
      • containsAnnotations

        boolean containsAnnotations​(String key)
         Optional. Annotations on the cluster.
        
         This field has the same restrictions as Kubernetes annotations.
         The total size of all keys and values combined is limited to 256k.
         Keys can have 2 segments: prefix (optional) and name (required),
         separated by a slash (/).
         Prefix must be a DNS subdomain.
         Name must be 63 characters or less, begin and end with alphanumerics,
         with dashes (-), underscores (_), dots (.), and alphanumerics between.
         
        map<string, string> annotations = 14 [(.google.api.field_behavior) = OPTIONAL];
      • getAnnotationsMap

        Map<String,​String> getAnnotationsMap()
         Optional. Annotations on the cluster.
        
         This field has the same restrictions as Kubernetes annotations.
         The total size of all keys and values combined is limited to 256k.
         Keys can have 2 segments: prefix (optional) and name (required),
         separated by a slash (/).
         Prefix must be a DNS subdomain.
         Name must be 63 characters or less, begin and end with alphanumerics,
         with dashes (-), underscores (_), dots (.), and alphanumerics between.
         
        map<string, string> annotations = 14 [(.google.api.field_behavior) = OPTIONAL];
      • getAnnotationsOrDefault

        String getAnnotationsOrDefault​(String key,
                                       String defaultValue)
         Optional. Annotations on the cluster.
        
         This field has the same restrictions as Kubernetes annotations.
         The total size of all keys and values combined is limited to 256k.
         Keys can have 2 segments: prefix (optional) and name (required),
         separated by a slash (/).
         Prefix must be a DNS subdomain.
         Name must be 63 characters or less, begin and end with alphanumerics,
         with dashes (-), underscores (_), dots (.), and alphanumerics between.
         
        map<string, string> annotations = 14 [(.google.api.field_behavior) = OPTIONAL];
      • getAnnotationsOrThrow

        String getAnnotationsOrThrow​(String key)
         Optional. Annotations on the cluster.
        
         This field has the same restrictions as Kubernetes annotations.
         The total size of all keys and values combined is limited to 256k.
         Keys can have 2 segments: prefix (optional) and name (required),
         separated by a slash (/).
         Prefix must be a DNS subdomain.
         Name must be 63 characters or less, begin and end with alphanumerics,
         with dashes (-), underscores (_), dots (.), and alphanumerics between.
         
        map<string, string> annotations = 14 [(.google.api.field_behavior) = OPTIONAL];
      • hasWorkloadIdentityConfig

        boolean hasWorkloadIdentityConfig()
         Output only. Workload Identity settings.
         
        .google.cloud.gkemulticloud.v1.WorkloadIdentityConfig workload_identity_config = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the workloadIdentityConfig field is set.
      • getWorkloadIdentityConfig

        WorkloadIdentityConfig getWorkloadIdentityConfig()
         Output only. Workload Identity settings.
         
        .google.cloud.gkemulticloud.v1.WorkloadIdentityConfig workload_identity_config = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The workloadIdentityConfig.
      • getWorkloadIdentityConfigOrBuilder

        WorkloadIdentityConfigOrBuilder getWorkloadIdentityConfigOrBuilder()
         Output only. Workload Identity settings.
         
        .google.cloud.gkemulticloud.v1.WorkloadIdentityConfig workload_identity_config = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getClusterCaCertificate

        String getClusterCaCertificate()
         Output only. PEM encoded x509 certificate of the cluster root of trust.
         
        string cluster_ca_certificate = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The clusterCaCertificate.
      • getClusterCaCertificateBytes

        com.google.protobuf.ByteString getClusterCaCertificateBytes()
         Output only. PEM encoded x509 certificate of the cluster root of trust.
         
        string cluster_ca_certificate = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for clusterCaCertificate.
      • hasFleet

        boolean hasFleet()
         Required. Fleet configuration.
         
        .google.cloud.gkemulticloud.v1.Fleet fleet = 20 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the fleet field is set.
      • getFleet

        Fleet getFleet()
         Required. Fleet configuration.
         
        .google.cloud.gkemulticloud.v1.Fleet fleet = 20 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The fleet.
      • getFleetOrBuilder

        FleetOrBuilder getFleetOrBuilder()
         Required. Fleet configuration.
         
        .google.cloud.gkemulticloud.v1.Fleet fleet = 20 [(.google.api.field_behavior) = REQUIRED];
      • hasManagedResources

        boolean hasManagedResources()
         Output only. Managed Azure resources for this cluster.
         
        .google.cloud.gkemulticloud.v1.AzureClusterResources managed_resources = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the managedResources field is set.
      • getManagedResources

        AzureClusterResources getManagedResources()
         Output only. Managed Azure resources for this cluster.
         
        .google.cloud.gkemulticloud.v1.AzureClusterResources managed_resources = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The managedResources.
      • getManagedResourcesOrBuilder

        AzureClusterResourcesOrBuilder getManagedResourcesOrBuilder()
         Output only. Managed Azure resources for this cluster.
         
        .google.cloud.gkemulticloud.v1.AzureClusterResources managed_resources = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasLoggingConfig

        boolean hasLoggingConfig()
         Optional. Logging configuration for this cluster.
         
        .google.cloud.gkemulticloud.v1.LoggingConfig logging_config = 23 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the loggingConfig field is set.
      • getLoggingConfig

        LoggingConfig getLoggingConfig()
         Optional. Logging configuration for this cluster.
         
        .google.cloud.gkemulticloud.v1.LoggingConfig logging_config = 23 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The loggingConfig.
      • getLoggingConfigOrBuilder

        LoggingConfigOrBuilder getLoggingConfigOrBuilder()
         Optional. Logging configuration for this cluster.
         
        .google.cloud.gkemulticloud.v1.LoggingConfig logging_config = 23 [(.google.api.field_behavior) = OPTIONAL];
      • getErrorsList

        List<AzureClusterError> getErrorsList()
         Output only. A set of errors found in the cluster.
         
        repeated .google.cloud.gkemulticloud.v1.AzureClusterError errors = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getErrors

        AzureClusterError getErrors​(int index)
         Output only. A set of errors found in the cluster.
         
        repeated .google.cloud.gkemulticloud.v1.AzureClusterError errors = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getErrorsCount

        int getErrorsCount()
         Output only. A set of errors found in the cluster.
         
        repeated .google.cloud.gkemulticloud.v1.AzureClusterError errors = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getErrorsOrBuilderList

        List<? extends AzureClusterErrorOrBuilder> getErrorsOrBuilderList()
         Output only. A set of errors found in the cluster.
         
        repeated .google.cloud.gkemulticloud.v1.AzureClusterError errors = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getErrorsOrBuilder

        AzureClusterErrorOrBuilder getErrorsOrBuilder​(int index)
         Output only. A set of errors found in the cluster.
         
        repeated .google.cloud.gkemulticloud.v1.AzureClusterError errors = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasMonitoringConfig

        boolean hasMonitoringConfig()
         Optional. Monitoring configuration for this cluster.
         
        .google.cloud.gkemulticloud.v1.MonitoringConfig monitoring_config = 25 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the monitoringConfig field is set.
      • getMonitoringConfig

        MonitoringConfig getMonitoringConfig()
         Optional. Monitoring configuration for this cluster.
         
        .google.cloud.gkemulticloud.v1.MonitoringConfig monitoring_config = 25 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The monitoringConfig.
      • getMonitoringConfigOrBuilder

        MonitoringConfigOrBuilder getMonitoringConfigOrBuilder()
         Optional. Monitoring configuration for this cluster.
         
        .google.cloud.gkemulticloud.v1.MonitoringConfig monitoring_config = 25 [(.google.api.field_behavior) = OPTIONAL];