Interface GenerateAzureAccessTokenRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAzureCluster()
      Required.
      com.google.protobuf.ByteString getAzureClusterBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAzureCluster

        String getAzureCluster()
         Required. The name of the
         [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource to
         authenticate to.
        
         `AzureCluster` names are formatted as
         `projects/<project-id>/locations/<region>/AzureClusters/<cluster-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The azureCluster.
      • getAzureClusterBytes

        com.google.protobuf.ByteString getAzureClusterBytes()
         Required. The name of the
         [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource to
         authenticate to.
        
         `AzureCluster` names are formatted as
         `projects/<project-id>/locations/<region>/AzureClusters/<cluster-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for azureCluster.