Uses of Class
com.google.container.v1.Operation
-
Packages that use Operation Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of Operation in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return Operation Modifier and Type Method Description OperationClusterManagerClient. completeIPRotation(CompleteIPRotationRequest request)Completes master IP rotation.OperationClusterManagerClient. completeIPRotation(String name)Completes master IP rotation.OperationClusterManagerClient. completeIPRotation(String projectId, String zone, String clusterId)Completes master IP rotation.OperationClusterManagerClient. createCluster(CreateClusterRequest request)Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.OperationClusterManagerClient. createCluster(String parent, Cluster cluster)Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.OperationClusterManagerClient. createCluster(String projectId, String zone, Cluster cluster)Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.OperationClusterManagerClient. createNodePool(CreateNodePoolRequest request)Creates a node pool for a cluster.OperationClusterManagerClient. createNodePool(String parent, NodePool nodePool)Creates a node pool for a cluster.OperationClusterManagerClient. createNodePool(String projectId, String zone, String clusterId, NodePool nodePool)Creates a node pool for a cluster.OperationClusterManagerClient. deleteCluster(DeleteClusterRequest request)Deletes the cluster, including the Kubernetes endpoint and all worker nodes.OperationClusterManagerClient. deleteCluster(String name)Deletes the cluster, including the Kubernetes endpoint and all worker nodes.OperationClusterManagerClient. deleteCluster(String projectId, String zone, String clusterId)Deletes the cluster, including the Kubernetes endpoint and all worker nodes.OperationClusterManagerClient. deleteNodePool(DeleteNodePoolRequest request)Deletes a node pool from a cluster.OperationClusterManagerClient. deleteNodePool(String name)Deletes a node pool from a cluster.OperationClusterManagerClient. deleteNodePool(String projectId, String zone, String clusterId, String nodePoolId)Deletes a node pool from a cluster.OperationClusterManagerClient. getOperation(GetOperationRequest request)Gets the specified operation.OperationClusterManagerClient. getOperation(String name)Gets the specified operation.OperationClusterManagerClient. getOperation(String projectId, String zone, String operationId)Gets the specified operation.OperationClusterManagerClient. rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request)Rolls back a previously Aborted or Failed NodePool upgrade.OperationClusterManagerClient. rollbackNodePoolUpgrade(String name)Rolls back a previously Aborted or Failed NodePool upgrade.OperationClusterManagerClient. rollbackNodePoolUpgrade(String projectId, String zone, String clusterId, String nodePoolId)Rolls back a previously Aborted or Failed NodePool upgrade.OperationClusterManagerClient. setAddonsConfig(SetAddonsConfigRequest request)Sets the addons for a specific cluster.OperationClusterManagerClient. setAddonsConfig(String name, AddonsConfig addonsConfig)Sets the addons for a specific cluster.OperationClusterManagerClient. setAddonsConfig(String projectId, String zone, String clusterId, AddonsConfig addonsConfig)Sets the addons for a specific cluster.OperationClusterManagerClient. setLabels(SetLabelsRequest request)Sets labels on a cluster.OperationClusterManagerClient. setLegacyAbac(SetLegacyAbacRequest request)Enables or disables the ABAC authorization mechanism on a cluster.OperationClusterManagerClient. setLegacyAbac(String name, boolean enabled)Enables or disables the ABAC authorization mechanism on a cluster.OperationClusterManagerClient. setLegacyAbac(String projectId, String zone, String clusterId, boolean enabled)Enables or disables the ABAC authorization mechanism on a cluster.OperationClusterManagerClient. setLocations(SetLocationsRequest request)Deprecated.This method is deprecated and will be removed in the next major version update.OperationClusterManagerClient. setLocations(String projectId, String zone, String clusterId, List<String> locations)Deprecated.This method is deprecated and will be removed in the next major version update.OperationClusterManagerClient. setLocations(String name, List<String> locations)Deprecated.This method is deprecated and will be removed in the next major version update.OperationClusterManagerClient. setLoggingService(SetLoggingServiceRequest request)Sets the logging service for a specific cluster.OperationClusterManagerClient. setLoggingService(String name, String loggingService)Sets the logging service for a specific cluster.OperationClusterManagerClient. setLoggingService(String projectId, String zone, String clusterId, String loggingService)Sets the logging service for a specific cluster.OperationClusterManagerClient. setMaintenancePolicy(SetMaintenancePolicyRequest request)Sets the maintenance policy for a cluster.OperationClusterManagerClient. setMaintenancePolicy(String name, MaintenancePolicy maintenancePolicy)Sets the maintenance policy for a cluster.OperationClusterManagerClient. setMaintenancePolicy(String projectId, String zone, String clusterId, MaintenancePolicy maintenancePolicy)Sets the maintenance policy for a cluster.OperationClusterManagerClient. setMasterAuth(SetMasterAuthRequest request)Sets master auth materials.OperationClusterManagerClient. setMonitoringService(SetMonitoringServiceRequest request)Sets the monitoring service for a specific cluster.OperationClusterManagerClient. setMonitoringService(String name, String monitoringService)Sets the monitoring service for a specific cluster.OperationClusterManagerClient. setMonitoringService(String projectId, String zone, String clusterId, String monitoringService)Sets the monitoring service for a specific cluster.OperationClusterManagerClient. setNetworkPolicy(SetNetworkPolicyRequest request)Enables or disables Network Policy for a cluster.OperationClusterManagerClient. setNetworkPolicy(String name, NetworkPolicy networkPolicy)Enables or disables Network Policy for a cluster.OperationClusterManagerClient. setNetworkPolicy(String projectId, String zone, String clusterId, NetworkPolicy networkPolicy)Enables or disables Network Policy for a cluster.OperationClusterManagerClient. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)Sets the autoscaling settings for the specified node pool.OperationClusterManagerClient. setNodePoolManagement(SetNodePoolManagementRequest request)Sets the NodeManagement options for a node pool.OperationClusterManagerClient. setNodePoolSize(SetNodePoolSizeRequest request)Sets the size for a specific node pool.OperationClusterManagerClient. startIPRotation(StartIPRotationRequest request)Starts master IP rotation.OperationClusterManagerClient. startIPRotation(String name)Starts master IP rotation.OperationClusterManagerClient. startIPRotation(String projectId, String zone, String clusterId)Starts master IP rotation.OperationClusterManagerClient. updateCluster(UpdateClusterRequest request)Updates the settings of a specific cluster.OperationClusterManagerClient. updateCluster(String name, ClusterUpdate update)Updates the settings of a specific cluster.OperationClusterManagerClient. updateCluster(String projectId, String zone, String clusterId, ClusterUpdate update)Updates the settings of a specific cluster.OperationClusterManagerClient. updateMaster(UpdateMasterRequest request)Updates the master for a specific cluster.OperationClusterManagerClient. updateMaster(String name, String masterVersion)Updates the master for a specific cluster.OperationClusterManagerClient. updateMaster(String projectId, String zone, String clusterId, String masterVersion)Updates the master for a specific cluster.OperationClusterManagerClient. updateNodePool(UpdateNodePoolRequest request)Updates the version and/or image type for the specified node pool.Methods in com.google.cloud.container.v1 that return types with arguments of type Operation Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CompleteIPRotationRequest,Operation>ClusterManagerClient. completeIPRotationCallable()Completes master IP rotation.com.google.api.gax.rpc.UnaryCallSettings.Builder<CompleteIPRotationRequest,Operation>ClusterManagerSettings.Builder. completeIPRotationSettings()Returns the builder for the settings used for calls to completeIPRotation.com.google.api.gax.rpc.UnaryCallSettings<CompleteIPRotationRequest,Operation>ClusterManagerSettings. completeIPRotationSettings()Returns the object with the settings used for calls to completeIPRotation.com.google.api.gax.rpc.UnaryCallable<CreateClusterRequest,Operation>ClusterManagerClient. createClusterCallable()Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateClusterRequest,Operation>ClusterManagerSettings.Builder. createClusterSettings()Returns the builder for the settings used for calls to createCluster.com.google.api.gax.rpc.UnaryCallSettings<CreateClusterRequest,Operation>ClusterManagerSettings. createClusterSettings()Returns the object with the settings used for calls to createCluster.com.google.api.gax.rpc.UnaryCallable<CreateNodePoolRequest,Operation>ClusterManagerClient. createNodePoolCallable()Creates a node pool for a cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodePoolRequest,Operation>ClusterManagerSettings.Builder. createNodePoolSettings()Returns the builder for the settings used for calls to createNodePool.com.google.api.gax.rpc.UnaryCallSettings<CreateNodePoolRequest,Operation>ClusterManagerSettings. createNodePoolSettings()Returns the object with the settings used for calls to createNodePool.com.google.api.gax.rpc.UnaryCallable<DeleteClusterRequest,Operation>ClusterManagerClient. deleteClusterCallable()Deletes the cluster, including the Kubernetes endpoint and all worker nodes.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteClusterRequest,Operation>ClusterManagerSettings.Builder. deleteClusterSettings()Returns the builder for the settings used for calls to deleteCluster.com.google.api.gax.rpc.UnaryCallSettings<DeleteClusterRequest,Operation>ClusterManagerSettings. deleteClusterSettings()Returns the object with the settings used for calls to deleteCluster.com.google.api.gax.rpc.UnaryCallable<DeleteNodePoolRequest,Operation>ClusterManagerClient. deleteNodePoolCallable()Deletes a node pool from a cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNodePoolRequest,Operation>ClusterManagerSettings.Builder. deleteNodePoolSettings()Returns the builder for the settings used for calls to deleteNodePool.com.google.api.gax.rpc.UnaryCallSettings<DeleteNodePoolRequest,Operation>ClusterManagerSettings. deleteNodePoolSettings()Returns the object with the settings used for calls to deleteNodePool.com.google.api.gax.rpc.UnaryCallable<GetOperationRequest,Operation>ClusterManagerClient. getOperationCallable()Gets the specified operation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOperationRequest,Operation>ClusterManagerSettings.Builder. getOperationSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetOperationRequest,Operation>ClusterManagerSettings. getOperationSettings()Returns the object with the settings used for calls to get.com.google.api.gax.rpc.UnaryCallable<RollbackNodePoolUpgradeRequest,Operation>ClusterManagerClient. rollbackNodePoolUpgradeCallable()Rolls back a previously Aborted or Failed NodePool upgrade.com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackNodePoolUpgradeRequest,Operation>ClusterManagerSettings.Builder. rollbackNodePoolUpgradeSettings()Returns the builder for the settings used for calls to rollbackNodePoolUpgrade.com.google.api.gax.rpc.UnaryCallSettings<RollbackNodePoolUpgradeRequest,Operation>ClusterManagerSettings. rollbackNodePoolUpgradeSettings()Returns the object with the settings used for calls to rollbackNodePoolUpgrade.com.google.api.gax.rpc.UnaryCallable<SetAddonsConfigRequest,Operation>ClusterManagerClient. setAddonsConfigCallable()Sets the addons for a specific cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetAddonsConfigRequest,Operation>ClusterManagerSettings.Builder. setAddonsConfigSettings()Returns the builder for the settings used for calls to setAddonsConfig.com.google.api.gax.rpc.UnaryCallSettings<SetAddonsConfigRequest,Operation>ClusterManagerSettings. setAddonsConfigSettings()Returns the object with the settings used for calls to setAddonsConfig.com.google.api.gax.rpc.UnaryCallable<SetLabelsRequest,Operation>ClusterManagerClient. setLabelsCallable()Sets labels on a cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLabelsRequest,Operation>ClusterManagerSettings.Builder. setLabelsSettings()Returns the builder for the settings used for calls to setLabels.com.google.api.gax.rpc.UnaryCallSettings<SetLabelsRequest,Operation>ClusterManagerSettings. setLabelsSettings()Returns the object with the settings used for calls to setLabels.com.google.api.gax.rpc.UnaryCallable<SetLegacyAbacRequest,Operation>ClusterManagerClient. setLegacyAbacCallable()Enables or disables the ABAC authorization mechanism on a cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLegacyAbacRequest,Operation>ClusterManagerSettings.Builder. setLegacyAbacSettings()Returns the builder for the settings used for calls to setLegacyAbac.com.google.api.gax.rpc.UnaryCallSettings<SetLegacyAbacRequest,Operation>ClusterManagerSettings. setLegacyAbacSettings()Returns the object with the settings used for calls to setLegacyAbac.com.google.api.gax.rpc.UnaryCallable<SetLocationsRequest,Operation>ClusterManagerClient. setLocationsCallable()Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLocationsRequest,Operation>ClusterManagerSettings.Builder. setLocationsSettings()Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<SetLocationsRequest,Operation>ClusterManagerSettings. setLocationsSettings()Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallable<SetLoggingServiceRequest,Operation>ClusterManagerClient. setLoggingServiceCallable()Sets the logging service for a specific cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLoggingServiceRequest,Operation>ClusterManagerSettings.Builder. setLoggingServiceSettings()Returns the builder for the settings used for calls to setLoggingService.com.google.api.gax.rpc.UnaryCallSettings<SetLoggingServiceRequest,Operation>ClusterManagerSettings. setLoggingServiceSettings()Returns the object with the settings used for calls to setLoggingService.com.google.api.gax.rpc.UnaryCallable<SetMaintenancePolicyRequest,Operation>ClusterManagerClient. setMaintenancePolicyCallable()Sets the maintenance policy for a cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetMaintenancePolicyRequest,Operation>ClusterManagerSettings.Builder. setMaintenancePolicySettings()Returns the builder for the settings used for calls to setMaintenancePolicy.com.google.api.gax.rpc.UnaryCallSettings<SetMaintenancePolicyRequest,Operation>ClusterManagerSettings. setMaintenancePolicySettings()Returns the object with the settings used for calls to setMaintenancePolicy.com.google.api.gax.rpc.UnaryCallable<SetMasterAuthRequest,Operation>ClusterManagerClient. setMasterAuthCallable()Sets master auth materials.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetMasterAuthRequest,Operation>ClusterManagerSettings.Builder. setMasterAuthSettings()Returns the builder for the settings used for calls to setMasterAuth.com.google.api.gax.rpc.UnaryCallSettings<SetMasterAuthRequest,Operation>ClusterManagerSettings. setMasterAuthSettings()Returns the object with the settings used for calls to setMasterAuth.com.google.api.gax.rpc.UnaryCallable<SetMonitoringServiceRequest,Operation>ClusterManagerClient. setMonitoringServiceCallable()Sets the monitoring service for a specific cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetMonitoringServiceRequest,Operation>ClusterManagerSettings.Builder. setMonitoringServiceSettings()Returns the builder for the settings used for calls to setMonitoringService.com.google.api.gax.rpc.UnaryCallSettings<SetMonitoringServiceRequest,Operation>ClusterManagerSettings. setMonitoringServiceSettings()Returns the object with the settings used for calls to setMonitoringService.com.google.api.gax.rpc.UnaryCallable<SetNetworkPolicyRequest,Operation>ClusterManagerClient. setNetworkPolicyCallable()Enables or disables Network Policy for a cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetNetworkPolicyRequest,Operation>ClusterManagerSettings.Builder. setNetworkPolicySettings()Returns the builder for the settings used for calls to setNetworkPolicy.com.google.api.gax.rpc.UnaryCallSettings<SetNetworkPolicyRequest,Operation>ClusterManagerSettings. setNetworkPolicySettings()Returns the object with the settings used for calls to setNetworkPolicy.com.google.api.gax.rpc.UnaryCallable<SetNodePoolAutoscalingRequest,Operation>ClusterManagerClient. setNodePoolAutoscalingCallable()Sets the autoscaling settings for the specified node pool.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetNodePoolAutoscalingRequest,Operation>ClusterManagerSettings.Builder. setNodePoolAutoscalingSettings()Returns the builder for the settings used for calls to setNodePoolAutoscaling.com.google.api.gax.rpc.UnaryCallSettings<SetNodePoolAutoscalingRequest,Operation>ClusterManagerSettings. setNodePoolAutoscalingSettings()Returns the object with the settings used for calls to setNodePoolAutoscaling.com.google.api.gax.rpc.UnaryCallable<SetNodePoolManagementRequest,Operation>ClusterManagerClient. setNodePoolManagementCallable()Sets the NodeManagement options for a node pool.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetNodePoolManagementRequest,Operation>ClusterManagerSettings.Builder. setNodePoolManagementSettings()Returns the builder for the settings used for calls to setNodePoolManagement.com.google.api.gax.rpc.UnaryCallSettings<SetNodePoolManagementRequest,Operation>ClusterManagerSettings. setNodePoolManagementSettings()Returns the object with the settings used for calls to setNodePoolManagement.com.google.api.gax.rpc.UnaryCallable<SetNodePoolSizeRequest,Operation>ClusterManagerClient. setNodePoolSizeCallable()Sets the size for a specific node pool.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetNodePoolSizeRequest,Operation>ClusterManagerSettings.Builder. setNodePoolSizeSettings()Returns the builder for the settings used for calls to setNodePoolSize.com.google.api.gax.rpc.UnaryCallSettings<SetNodePoolSizeRequest,Operation>ClusterManagerSettings. setNodePoolSizeSettings()Returns the object with the settings used for calls to setNodePoolSize.com.google.api.gax.rpc.UnaryCallable<StartIPRotationRequest,Operation>ClusterManagerClient. startIPRotationCallable()Starts master IP rotation.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartIPRotationRequest,Operation>ClusterManagerSettings.Builder. startIPRotationSettings()Returns the builder for the settings used for calls to startIPRotation.com.google.api.gax.rpc.UnaryCallSettings<StartIPRotationRequest,Operation>ClusterManagerSettings. startIPRotationSettings()Returns the object with the settings used for calls to startIPRotation.com.google.api.gax.rpc.UnaryCallable<UpdateClusterRequest,Operation>ClusterManagerClient. updateClusterCallable()Updates the settings of a specific cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateClusterRequest,Operation>ClusterManagerSettings.Builder. updateClusterSettings()Returns the builder for the settings used for calls to updateCluster.com.google.api.gax.rpc.UnaryCallSettings<UpdateClusterRequest,Operation>ClusterManagerSettings. updateClusterSettings()Returns the object with the settings used for calls to updateCluster.com.google.api.gax.rpc.UnaryCallable<UpdateMasterRequest,Operation>ClusterManagerClient. updateMasterCallable()Updates the master for a specific cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateMasterRequest,Operation>ClusterManagerSettings.Builder. updateMasterSettings()Returns the builder for the settings used for calls to updateMaster.com.google.api.gax.rpc.UnaryCallSettings<UpdateMasterRequest,Operation>ClusterManagerSettings. updateMasterSettings()Returns the object with the settings used for calls to updateMaster.com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,Operation>ClusterManagerClient. updateNodePoolCallable()Updates the version and/or image type for the specified node pool.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNodePoolRequest,Operation>ClusterManagerSettings.Builder. updateNodePoolSettings()Returns the builder for the settings used for calls to updateNodePool.com.google.api.gax.rpc.UnaryCallSettings<UpdateNodePoolRequest,Operation>ClusterManagerSettings. updateNodePoolSettings()Returns the object with the settings used for calls to updateNodePool. -
Uses of Operation in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type Operation Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CompleteIPRotationRequest,Operation>ClusterManagerStub. completeIPRotationCallable()com.google.api.gax.rpc.UnaryCallable<CompleteIPRotationRequest,Operation>GrpcClusterManagerStub. completeIPRotationCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CompleteIPRotationRequest,Operation>ClusterManagerStubSettings.Builder. completeIPRotationSettings()Returns the builder for the settings used for calls to completeIPRotation.com.google.api.gax.rpc.UnaryCallSettings<CompleteIPRotationRequest,Operation>ClusterManagerStubSettings. completeIPRotationSettings()Returns the object with the settings used for calls to completeIPRotation.com.google.api.gax.rpc.UnaryCallable<CreateClusterRequest,Operation>ClusterManagerStub. createClusterCallable()com.google.api.gax.rpc.UnaryCallable<CreateClusterRequest,Operation>GrpcClusterManagerStub. createClusterCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateClusterRequest,Operation>ClusterManagerStubSettings.Builder. createClusterSettings()Returns the builder for the settings used for calls to createCluster.com.google.api.gax.rpc.UnaryCallSettings<CreateClusterRequest,Operation>ClusterManagerStubSettings. createClusterSettings()Returns the object with the settings used for calls to createCluster.com.google.api.gax.rpc.UnaryCallable<CreateNodePoolRequest,Operation>ClusterManagerStub. createNodePoolCallable()com.google.api.gax.rpc.UnaryCallable<CreateNodePoolRequest,Operation>GrpcClusterManagerStub. createNodePoolCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodePoolRequest,Operation>ClusterManagerStubSettings.Builder. createNodePoolSettings()Returns the builder for the settings used for calls to createNodePool.com.google.api.gax.rpc.UnaryCallSettings<CreateNodePoolRequest,Operation>ClusterManagerStubSettings. createNodePoolSettings()Returns the object with the settings used for calls to createNodePool.com.google.api.gax.rpc.UnaryCallable<DeleteClusterRequest,Operation>ClusterManagerStub. deleteClusterCallable()com.google.api.gax.rpc.UnaryCallable<DeleteClusterRequest,Operation>GrpcClusterManagerStub. deleteClusterCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteClusterRequest,Operation>ClusterManagerStubSettings.Builder. deleteClusterSettings()Returns the builder for the settings used for calls to deleteCluster.com.google.api.gax.rpc.UnaryCallSettings<DeleteClusterRequest,Operation>ClusterManagerStubSettings. deleteClusterSettings()Returns the object with the settings used for calls to deleteCluster.com.google.api.gax.rpc.UnaryCallable<DeleteNodePoolRequest,Operation>ClusterManagerStub. deleteNodePoolCallable()com.google.api.gax.rpc.UnaryCallable<DeleteNodePoolRequest,Operation>GrpcClusterManagerStub. deleteNodePoolCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNodePoolRequest,Operation>ClusterManagerStubSettings.Builder. deleteNodePoolSettings()Returns the builder for the settings used for calls to deleteNodePool.com.google.api.gax.rpc.UnaryCallSettings<DeleteNodePoolRequest,Operation>ClusterManagerStubSettings. deleteNodePoolSettings()Returns the object with the settings used for calls to deleteNodePool.com.google.api.gax.rpc.UnaryCallable<GetOperationRequest,Operation>ClusterManagerStub. getOperationCallable()com.google.api.gax.rpc.UnaryCallable<GetOperationRequest,Operation>GrpcClusterManagerStub. getOperationCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOperationRequest,Operation>ClusterManagerStubSettings.Builder. getOperationSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetOperationRequest,Operation>ClusterManagerStubSettings. getOperationSettings()Returns the object with the settings used for calls to get.com.google.api.gax.rpc.UnaryCallable<RollbackNodePoolUpgradeRequest,Operation>ClusterManagerStub. rollbackNodePoolUpgradeCallable()com.google.api.gax.rpc.UnaryCallable<RollbackNodePoolUpgradeRequest,Operation>GrpcClusterManagerStub. rollbackNodePoolUpgradeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackNodePoolUpgradeRequest,Operation>ClusterManagerStubSettings.Builder. rollbackNodePoolUpgradeSettings()Returns the builder for the settings used for calls to rollbackNodePoolUpgrade.com.google.api.gax.rpc.UnaryCallSettings<RollbackNodePoolUpgradeRequest,Operation>ClusterManagerStubSettings. rollbackNodePoolUpgradeSettings()Returns the object with the settings used for calls to rollbackNodePoolUpgrade.com.google.api.gax.rpc.UnaryCallable<SetAddonsConfigRequest,Operation>ClusterManagerStub. setAddonsConfigCallable()com.google.api.gax.rpc.UnaryCallable<SetAddonsConfigRequest,Operation>GrpcClusterManagerStub. setAddonsConfigCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetAddonsConfigRequest,Operation>ClusterManagerStubSettings.Builder. setAddonsConfigSettings()Returns the builder for the settings used for calls to setAddonsConfig.com.google.api.gax.rpc.UnaryCallSettings<SetAddonsConfigRequest,Operation>ClusterManagerStubSettings. setAddonsConfigSettings()Returns the object with the settings used for calls to setAddonsConfig.com.google.api.gax.rpc.UnaryCallable<SetLabelsRequest,Operation>ClusterManagerStub. setLabelsCallable()com.google.api.gax.rpc.UnaryCallable<SetLabelsRequest,Operation>GrpcClusterManagerStub. setLabelsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLabelsRequest,Operation>ClusterManagerStubSettings.Builder. setLabelsSettings()Returns the builder for the settings used for calls to setLabels.com.google.api.gax.rpc.UnaryCallSettings<SetLabelsRequest,Operation>ClusterManagerStubSettings. setLabelsSettings()Returns the object with the settings used for calls to setLabels.com.google.api.gax.rpc.UnaryCallable<SetLegacyAbacRequest,Operation>ClusterManagerStub. setLegacyAbacCallable()com.google.api.gax.rpc.UnaryCallable<SetLegacyAbacRequest,Operation>GrpcClusterManagerStub. setLegacyAbacCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLegacyAbacRequest,Operation>ClusterManagerStubSettings.Builder. setLegacyAbacSettings()Returns the builder for the settings used for calls to setLegacyAbac.com.google.api.gax.rpc.UnaryCallSettings<SetLegacyAbacRequest,Operation>ClusterManagerStubSettings. setLegacyAbacSettings()Returns the object with the settings used for calls to setLegacyAbac.com.google.api.gax.rpc.UnaryCallable<SetLocationsRequest,Operation>ClusterManagerStub. setLocationsCallable()Deprecated.com.google.api.gax.rpc.UnaryCallable<SetLocationsRequest,Operation>GrpcClusterManagerStub. setLocationsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLocationsRequest,Operation>ClusterManagerStubSettings.Builder. setLocationsSettings()Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<SetLocationsRequest,Operation>ClusterManagerStubSettings. setLocationsSettings()Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallable<SetLoggingServiceRequest,Operation>ClusterManagerStub. setLoggingServiceCallable()com.google.api.gax.rpc.UnaryCallable<SetLoggingServiceRequest,Operation>GrpcClusterManagerStub. setLoggingServiceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLoggingServiceRequest,Operation>ClusterManagerStubSettings.Builder. setLoggingServiceSettings()Returns the builder for the settings used for calls to setLoggingService.com.google.api.gax.rpc.UnaryCallSettings<SetLoggingServiceRequest,Operation>ClusterManagerStubSettings. setLoggingServiceSettings()Returns the object with the settings used for calls to setLoggingService.com.google.api.gax.rpc.UnaryCallable<SetMaintenancePolicyRequest,Operation>ClusterManagerStub. setMaintenancePolicyCallable()com.google.api.gax.rpc.UnaryCallable<SetMaintenancePolicyRequest,Operation>GrpcClusterManagerStub. setMaintenancePolicyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetMaintenancePolicyRequest,Operation>ClusterManagerStubSettings.Builder. setMaintenancePolicySettings()Returns the builder for the settings used for calls to setMaintenancePolicy.com.google.api.gax.rpc.UnaryCallSettings<SetMaintenancePolicyRequest,Operation>ClusterManagerStubSettings. setMaintenancePolicySettings()Returns the object with the settings used for calls to setMaintenancePolicy.com.google.api.gax.rpc.UnaryCallable<SetMasterAuthRequest,Operation>ClusterManagerStub. setMasterAuthCallable()com.google.api.gax.rpc.UnaryCallable<SetMasterAuthRequest,Operation>GrpcClusterManagerStub. setMasterAuthCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetMasterAuthRequest,Operation>ClusterManagerStubSettings.Builder. setMasterAuthSettings()Returns the builder for the settings used for calls to setMasterAuth.com.google.api.gax.rpc.UnaryCallSettings<SetMasterAuthRequest,Operation>ClusterManagerStubSettings. setMasterAuthSettings()Returns the object with the settings used for calls to setMasterAuth.com.google.api.gax.rpc.UnaryCallable<SetMonitoringServiceRequest,Operation>ClusterManagerStub. setMonitoringServiceCallable()com.google.api.gax.rpc.UnaryCallable<SetMonitoringServiceRequest,Operation>GrpcClusterManagerStub. setMonitoringServiceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetMonitoringServiceRequest,Operation>ClusterManagerStubSettings.Builder. setMonitoringServiceSettings()Returns the builder for the settings used for calls to setMonitoringService.com.google.api.gax.rpc.UnaryCallSettings<SetMonitoringServiceRequest,Operation>ClusterManagerStubSettings. setMonitoringServiceSettings()Returns the object with the settings used for calls to setMonitoringService.com.google.api.gax.rpc.UnaryCallable<SetNetworkPolicyRequest,Operation>ClusterManagerStub. setNetworkPolicyCallable()com.google.api.gax.rpc.UnaryCallable<SetNetworkPolicyRequest,Operation>GrpcClusterManagerStub. setNetworkPolicyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetNetworkPolicyRequest,Operation>ClusterManagerStubSettings.Builder. setNetworkPolicySettings()Returns the builder for the settings used for calls to setNetworkPolicy.com.google.api.gax.rpc.UnaryCallSettings<SetNetworkPolicyRequest,Operation>ClusterManagerStubSettings. setNetworkPolicySettings()Returns the object with the settings used for calls to setNetworkPolicy.com.google.api.gax.rpc.UnaryCallable<SetNodePoolAutoscalingRequest,Operation>ClusterManagerStub. setNodePoolAutoscalingCallable()com.google.api.gax.rpc.UnaryCallable<SetNodePoolAutoscalingRequest,Operation>GrpcClusterManagerStub. setNodePoolAutoscalingCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetNodePoolAutoscalingRequest,Operation>ClusterManagerStubSettings.Builder. setNodePoolAutoscalingSettings()Returns the builder for the settings used for calls to setNodePoolAutoscaling.com.google.api.gax.rpc.UnaryCallSettings<SetNodePoolAutoscalingRequest,Operation>ClusterManagerStubSettings. setNodePoolAutoscalingSettings()Returns the object with the settings used for calls to setNodePoolAutoscaling.com.google.api.gax.rpc.UnaryCallable<SetNodePoolManagementRequest,Operation>ClusterManagerStub. setNodePoolManagementCallable()com.google.api.gax.rpc.UnaryCallable<SetNodePoolManagementRequest,Operation>GrpcClusterManagerStub. setNodePoolManagementCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetNodePoolManagementRequest,Operation>ClusterManagerStubSettings.Builder. setNodePoolManagementSettings()Returns the builder for the settings used for calls to setNodePoolManagement.com.google.api.gax.rpc.UnaryCallSettings<SetNodePoolManagementRequest,Operation>ClusterManagerStubSettings. setNodePoolManagementSettings()Returns the object with the settings used for calls to setNodePoolManagement.com.google.api.gax.rpc.UnaryCallable<SetNodePoolSizeRequest,Operation>ClusterManagerStub. setNodePoolSizeCallable()com.google.api.gax.rpc.UnaryCallable<SetNodePoolSizeRequest,Operation>GrpcClusterManagerStub. setNodePoolSizeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SetNodePoolSizeRequest,Operation>ClusterManagerStubSettings.Builder. setNodePoolSizeSettings()Returns the builder for the settings used for calls to setNodePoolSize.com.google.api.gax.rpc.UnaryCallSettings<SetNodePoolSizeRequest,Operation>ClusterManagerStubSettings. setNodePoolSizeSettings()Returns the object with the settings used for calls to setNodePoolSize.com.google.api.gax.rpc.UnaryCallable<StartIPRotationRequest,Operation>ClusterManagerStub. startIPRotationCallable()com.google.api.gax.rpc.UnaryCallable<StartIPRotationRequest,Operation>GrpcClusterManagerStub. startIPRotationCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<StartIPRotationRequest,Operation>ClusterManagerStubSettings.Builder. startIPRotationSettings()Returns the builder for the settings used for calls to startIPRotation.com.google.api.gax.rpc.UnaryCallSettings<StartIPRotationRequest,Operation>ClusterManagerStubSettings. startIPRotationSettings()Returns the object with the settings used for calls to startIPRotation.com.google.api.gax.rpc.UnaryCallable<UpdateClusterRequest,Operation>ClusterManagerStub. updateClusterCallable()com.google.api.gax.rpc.UnaryCallable<UpdateClusterRequest,Operation>GrpcClusterManagerStub. updateClusterCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateClusterRequest,Operation>ClusterManagerStubSettings.Builder. updateClusterSettings()Returns the builder for the settings used for calls to updateCluster.com.google.api.gax.rpc.UnaryCallSettings<UpdateClusterRequest,Operation>ClusterManagerStubSettings. updateClusterSettings()Returns the object with the settings used for calls to updateCluster.com.google.api.gax.rpc.UnaryCallable<UpdateMasterRequest,Operation>ClusterManagerStub. updateMasterCallable()com.google.api.gax.rpc.UnaryCallable<UpdateMasterRequest,Operation>GrpcClusterManagerStub. updateMasterCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateMasterRequest,Operation>ClusterManagerStubSettings.Builder. updateMasterSettings()Returns the builder for the settings used for calls to updateMaster.com.google.api.gax.rpc.UnaryCallSettings<UpdateMasterRequest,Operation>ClusterManagerStubSettings. updateMasterSettings()Returns the object with the settings used for calls to updateMaster.com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,Operation>ClusterManagerStub. updateNodePoolCallable()com.google.api.gax.rpc.UnaryCallable<UpdateNodePoolRequest,Operation>GrpcClusterManagerStub. updateNodePoolCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNodePoolRequest,Operation>ClusterManagerStubSettings.Builder. updateNodePoolSettings()Returns the builder for the settings used for calls to updateNodePool.com.google.api.gax.rpc.UnaryCallSettings<UpdateNodePoolRequest,Operation>ClusterManagerStubSettings. updateNodePoolSettings()Returns the object with the settings used for calls to updateNodePool. -
Uses of Operation in com.google.container.v1
Methods in com.google.container.v1 that return Operation Modifier and Type Method Description OperationOperation.Builder. build()OperationOperation.Builder. buildPartial()OperationClusterManagerGrpc.ClusterManagerBlockingStub. completeIPRotation(CompleteIPRotationRequest request)Completes master IP rotation.OperationClusterManagerGrpc.ClusterManagerBlockingStub. createCluster(CreateClusterRequest request)Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.OperationClusterManagerGrpc.ClusterManagerBlockingStub. createNodePool(CreateNodePoolRequest request)Creates a node pool for a cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. deleteCluster(DeleteClusterRequest request)Deletes the cluster, including the Kubernetes endpoint and all worker nodes.OperationClusterManagerGrpc.ClusterManagerBlockingStub. deleteNodePool(DeleteNodePoolRequest request)Deletes a node pool from a cluster.static OperationOperation. getDefaultInstance()OperationOperation.Builder. getDefaultInstanceForType()OperationOperation. getDefaultInstanceForType()OperationClusterManagerGrpc.ClusterManagerBlockingStub. getOperation(GetOperationRequest request)Gets the specified operation.OperationListOperationsResponse.Builder. getOperations(int index)A list of operations in the project in the specified zone.OperationListOperationsResponse. getOperations(int index)A list of operations in the project in the specified zone.OperationListOperationsResponseOrBuilder. getOperations(int index)A list of operations in the project in the specified zone.static OperationOperation. parseDelimitedFrom(InputStream input)static OperationOperation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationOperation. parseFrom(byte[] data)static OperationOperation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationOperation. parseFrom(com.google.protobuf.ByteString data)static OperationOperation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationOperation. parseFrom(com.google.protobuf.CodedInputStream input)static OperationOperation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationOperation. parseFrom(InputStream input)static OperationOperation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationOperation. parseFrom(ByteBuffer data)static OperationOperation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)OperationClusterManagerGrpc.ClusterManagerBlockingStub. rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request)Rolls back a previously Aborted or Failed NodePool upgrade.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setAddonsConfig(SetAddonsConfigRequest request)Sets the addons for a specific cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setLabels(SetLabelsRequest request)Sets labels on a cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setLegacyAbac(SetLegacyAbacRequest request)Enables or disables the ABAC authorization mechanism on a cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setLocations(SetLocationsRequest request)Deprecated.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setLoggingService(SetLoggingServiceRequest request)Sets the logging service for a specific cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setMaintenancePolicy(SetMaintenancePolicyRequest request)Sets the maintenance policy for a cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setMasterAuth(SetMasterAuthRequest request)Sets master auth materials.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setMonitoringService(SetMonitoringServiceRequest request)Sets the monitoring service for a specific cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setNetworkPolicy(SetNetworkPolicyRequest request)Enables or disables Network Policy for a cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)Sets the autoscaling settings for the specified node pool.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setNodePoolManagement(SetNodePoolManagementRequest request)Sets the NodeManagement options for a node pool.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setNodePoolSize(SetNodePoolSizeRequest request)Sets the size for a specific node pool.OperationClusterManagerGrpc.ClusterManagerBlockingStub. startIPRotation(StartIPRotationRequest request)Starts master IP rotation.OperationClusterManagerGrpc.ClusterManagerBlockingStub. updateCluster(UpdateClusterRequest request)Updates the settings of a specific cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. updateMaster(UpdateMasterRequest request)Updates the master for a specific cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. updateNodePool(UpdateNodePoolRequest request)Updates the version and/or image type for the specified node pool.Methods in com.google.container.v1 that return types with arguments of type Operation Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. completeIPRotation(CompleteIPRotationRequest request)Completes master IP rotation.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. createCluster(CreateClusterRequest request)Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. createNodePool(CreateNodePoolRequest request)Creates a node pool for a cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. deleteCluster(DeleteClusterRequest request)Deletes the cluster, including the Kubernetes endpoint and all worker nodes.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. deleteNodePool(DeleteNodePoolRequest request)Deletes a node pool from a cluster.static io.grpc.MethodDescriptor<CompleteIPRotationRequest,Operation>ClusterManagerGrpc. getCompleteIPRotationMethod()static io.grpc.MethodDescriptor<CreateClusterRequest,Operation>ClusterManagerGrpc. getCreateClusterMethod()static io.grpc.MethodDescriptor<CreateNodePoolRequest,Operation>ClusterManagerGrpc. getCreateNodePoolMethod()static io.grpc.MethodDescriptor<DeleteClusterRequest,Operation>ClusterManagerGrpc. getDeleteClusterMethod()static io.grpc.MethodDescriptor<DeleteNodePoolRequest,Operation>ClusterManagerGrpc. getDeleteNodePoolMethod()static io.grpc.MethodDescriptor<GetOperationRequest,Operation>ClusterManagerGrpc. getGetOperationMethod()com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. getOperation(GetOperationRequest request)Gets the specified operation.List<Operation>ListOperationsResponse.Builder. getOperationsList()A list of operations in the project in the specified zone.List<Operation>ListOperationsResponse. getOperationsList()A list of operations in the project in the specified zone.List<Operation>ListOperationsResponseOrBuilder. getOperationsList()A list of operations in the project in the specified zone.com.google.protobuf.Parser<Operation>Operation. getParserForType()static io.grpc.MethodDescriptor<RollbackNodePoolUpgradeRequest,Operation>ClusterManagerGrpc. getRollbackNodePoolUpgradeMethod()static io.grpc.MethodDescriptor<SetAddonsConfigRequest,Operation>ClusterManagerGrpc. getSetAddonsConfigMethod()static io.grpc.MethodDescriptor<SetLabelsRequest,Operation>ClusterManagerGrpc. getSetLabelsMethod()static io.grpc.MethodDescriptor<SetLegacyAbacRequest,Operation>ClusterManagerGrpc. getSetLegacyAbacMethod()static io.grpc.MethodDescriptor<SetLocationsRequest,Operation>ClusterManagerGrpc. getSetLocationsMethod()static io.grpc.MethodDescriptor<SetLoggingServiceRequest,Operation>ClusterManagerGrpc. getSetLoggingServiceMethod()static io.grpc.MethodDescriptor<SetMaintenancePolicyRequest,Operation>ClusterManagerGrpc. getSetMaintenancePolicyMethod()static io.grpc.MethodDescriptor<SetMasterAuthRequest,Operation>ClusterManagerGrpc. getSetMasterAuthMethod()static io.grpc.MethodDescriptor<SetMonitoringServiceRequest,Operation>ClusterManagerGrpc. getSetMonitoringServiceMethod()static io.grpc.MethodDescriptor<SetNetworkPolicyRequest,Operation>ClusterManagerGrpc. getSetNetworkPolicyMethod()static io.grpc.MethodDescriptor<SetNodePoolAutoscalingRequest,Operation>ClusterManagerGrpc. getSetNodePoolAutoscalingMethod()static io.grpc.MethodDescriptor<SetNodePoolManagementRequest,Operation>ClusterManagerGrpc. getSetNodePoolManagementMethod()static io.grpc.MethodDescriptor<SetNodePoolSizeRequest,Operation>ClusterManagerGrpc. getSetNodePoolSizeMethod()static io.grpc.MethodDescriptor<StartIPRotationRequest,Operation>ClusterManagerGrpc. getStartIPRotationMethod()static io.grpc.MethodDescriptor<UpdateClusterRequest,Operation>ClusterManagerGrpc. getUpdateClusterMethod()static io.grpc.MethodDescriptor<UpdateMasterRequest,Operation>ClusterManagerGrpc. getUpdateMasterMethod()static io.grpc.MethodDescriptor<UpdateNodePoolRequest,Operation>ClusterManagerGrpc. getUpdateNodePoolMethod()static com.google.protobuf.Parser<Operation>Operation. parser()com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request)Rolls back a previously Aborted or Failed NodePool upgrade.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setAddonsConfig(SetAddonsConfigRequest request)Sets the addons for a specific cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setLabels(SetLabelsRequest request)Sets labels on a cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setLegacyAbac(SetLegacyAbacRequest request)Enables or disables the ABAC authorization mechanism on a cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setLocations(SetLocationsRequest request)Deprecated.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setLoggingService(SetLoggingServiceRequest request)Sets the logging service for a specific cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setMaintenancePolicy(SetMaintenancePolicyRequest request)Sets the maintenance policy for a cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setMasterAuth(SetMasterAuthRequest request)Sets master auth materials.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setMonitoringService(SetMonitoringServiceRequest request)Sets the monitoring service for a specific cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setNetworkPolicy(SetNetworkPolicyRequest request)Enables or disables Network Policy for a cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)Sets the autoscaling settings for the specified node pool.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setNodePoolManagement(SetNodePoolManagementRequest request)Sets the NodeManagement options for a node pool.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setNodePoolSize(SetNodePoolSizeRequest request)Sets the size for a specific node pool.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. startIPRotation(StartIPRotationRequest request)Starts master IP rotation.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. updateCluster(UpdateClusterRequest request)Updates the settings of a specific cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. updateMaster(UpdateMasterRequest request)Updates the master for a specific cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. updateNodePool(UpdateNodePoolRequest request)Updates the version and/or image type for the specified node pool.Methods in com.google.container.v1 with parameters of type Operation Modifier and Type Method Description ListOperationsResponse.BuilderListOperationsResponse.Builder. addOperations(int index, Operation value)A list of operations in the project in the specified zone.ListOperationsResponse.BuilderListOperationsResponse.Builder. addOperations(Operation value)A list of operations in the project in the specified zone.Operation.BuilderOperation.Builder. mergeFrom(Operation other)static Operation.BuilderOperation. newBuilder(Operation prototype)ListOperationsResponse.BuilderListOperationsResponse.Builder. setOperations(int index, Operation value)A list of operations in the project in the specified zone.Method parameters in com.google.container.v1 with type arguments of type Operation Modifier and Type Method Description ListOperationsResponse.BuilderListOperationsResponse.Builder. addAllOperations(Iterable<? extends Operation> values)A list of operations in the project in the specified zone.default voidClusterManagerGrpc.AsyncService. completeIPRotation(CompleteIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Completes master IP rotation.voidClusterManagerGrpc.ClusterManagerStub. completeIPRotation(CompleteIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Completes master IP rotation.default voidClusterManagerGrpc.AsyncService. createCluster(CreateClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.voidClusterManagerGrpc.ClusterManagerStub. createCluster(CreateClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.default voidClusterManagerGrpc.AsyncService. createNodePool(CreateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Creates a node pool for a cluster.voidClusterManagerGrpc.ClusterManagerStub. createNodePool(CreateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Creates a node pool for a cluster.default voidClusterManagerGrpc.AsyncService. deleteCluster(DeleteClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Deletes the cluster, including the Kubernetes endpoint and all worker nodes.voidClusterManagerGrpc.ClusterManagerStub. deleteCluster(DeleteClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Deletes the cluster, including the Kubernetes endpoint and all worker nodes.default voidClusterManagerGrpc.AsyncService. deleteNodePool(DeleteNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Deletes a node pool from a cluster.voidClusterManagerGrpc.ClusterManagerStub. deleteNodePool(DeleteNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Deletes a node pool from a cluster.default voidClusterManagerGrpc.AsyncService. getOperation(GetOperationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Gets the specified operation.voidClusterManagerGrpc.ClusterManagerStub. getOperation(GetOperationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Gets the specified operation.default voidClusterManagerGrpc.AsyncService. rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Rolls back a previously Aborted or Failed NodePool upgrade.voidClusterManagerGrpc.ClusterManagerStub. rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Rolls back a previously Aborted or Failed NodePool upgrade.default voidClusterManagerGrpc.AsyncService. setAddonsConfig(SetAddonsConfigRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the addons for a specific cluster.voidClusterManagerGrpc.ClusterManagerStub. setAddonsConfig(SetAddonsConfigRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the addons for a specific cluster.default voidClusterManagerGrpc.AsyncService. setLabels(SetLabelsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets labels on a cluster.voidClusterManagerGrpc.ClusterManagerStub. setLabels(SetLabelsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets labels on a cluster.default voidClusterManagerGrpc.AsyncService. setLegacyAbac(SetLegacyAbacRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Enables or disables the ABAC authorization mechanism on a cluster.voidClusterManagerGrpc.ClusterManagerStub. setLegacyAbac(SetLegacyAbacRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Enables or disables the ABAC authorization mechanism on a cluster.default voidClusterManagerGrpc.AsyncService. setLocations(SetLocationsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Deprecated.voidClusterManagerGrpc.ClusterManagerStub. setLocations(SetLocationsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Deprecated.default voidClusterManagerGrpc.AsyncService. setLoggingService(SetLoggingServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the logging service for a specific cluster.voidClusterManagerGrpc.ClusterManagerStub. setLoggingService(SetLoggingServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the logging service for a specific cluster.default voidClusterManagerGrpc.AsyncService. setMaintenancePolicy(SetMaintenancePolicyRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the maintenance policy for a cluster.voidClusterManagerGrpc.ClusterManagerStub. setMaintenancePolicy(SetMaintenancePolicyRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the maintenance policy for a cluster.default voidClusterManagerGrpc.AsyncService. setMasterAuth(SetMasterAuthRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets master auth materials.voidClusterManagerGrpc.ClusterManagerStub. setMasterAuth(SetMasterAuthRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets master auth materials.default voidClusterManagerGrpc.AsyncService. setMonitoringService(SetMonitoringServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the monitoring service for a specific cluster.voidClusterManagerGrpc.ClusterManagerStub. setMonitoringService(SetMonitoringServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the monitoring service for a specific cluster.default voidClusterManagerGrpc.AsyncService. setNetworkPolicy(SetNetworkPolicyRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Enables or disables Network Policy for a cluster.voidClusterManagerGrpc.ClusterManagerStub. setNetworkPolicy(SetNetworkPolicyRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Enables or disables Network Policy for a cluster.default voidClusterManagerGrpc.AsyncService. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the autoscaling settings for the specified node pool.voidClusterManagerGrpc.ClusterManagerStub. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the autoscaling settings for the specified node pool.default voidClusterManagerGrpc.AsyncService. setNodePoolManagement(SetNodePoolManagementRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the NodeManagement options for a node pool.voidClusterManagerGrpc.ClusterManagerStub. setNodePoolManagement(SetNodePoolManagementRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the NodeManagement options for a node pool.default voidClusterManagerGrpc.AsyncService. setNodePoolSize(SetNodePoolSizeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the size for a specific node pool.voidClusterManagerGrpc.ClusterManagerStub. setNodePoolSize(SetNodePoolSizeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the size for a specific node pool.default voidClusterManagerGrpc.AsyncService. startIPRotation(StartIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Starts master IP rotation.voidClusterManagerGrpc.ClusterManagerStub. startIPRotation(StartIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Starts master IP rotation.default voidClusterManagerGrpc.AsyncService. updateCluster(UpdateClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Updates the settings of a specific cluster.voidClusterManagerGrpc.ClusterManagerStub. updateCluster(UpdateClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Updates the settings of a specific cluster.default voidClusterManagerGrpc.AsyncService. updateMaster(UpdateMasterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Updates the master for a specific cluster.voidClusterManagerGrpc.ClusterManagerStub. updateMaster(UpdateMasterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Updates the master for a specific cluster.default voidClusterManagerGrpc.AsyncService. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Updates the version and/or image type for the specified node pool.voidClusterManagerGrpc.ClusterManagerStub. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Updates the version and/or image type for the specified node pool.
-