Uses of Class
com.google.container.v1beta1.Operation
-
Packages that use Operation Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub com.google.container.v1beta1 -
-
Uses of Operation in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return Operation Modifier and Type Method Description Operation
ClusterManagerClient. completeIPRotation(CompleteIPRotationRequest request)
Completes master IP rotation.Operation
ClusterManagerClient. completeIPRotation(String projectId, String zone, String clusterId)
Completes master IP rotation.Operation
ClusterManagerClient. createCluster(CreateClusterRequest request)
Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.Operation
ClusterManagerClient. createCluster(String projectId, String zone, Cluster cluster)
Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.Operation
ClusterManagerClient. createNodePool(CreateNodePoolRequest request)
Creates a node pool for a cluster.Operation
ClusterManagerClient. createNodePool(String projectId, String zone, String clusterId, NodePool nodePool)
Creates a node pool for a cluster.Operation
ClusterManagerClient. deleteCluster(DeleteClusterRequest request)
Deletes the cluster, including the Kubernetes endpoint and all worker nodes.Operation
ClusterManagerClient. deleteCluster(String projectId, String zone, String clusterId)
Deletes the cluster, including the Kubernetes endpoint and all worker nodes.Operation
ClusterManagerClient. deleteNodePool(DeleteNodePoolRequest request)
Deletes a node pool from a cluster.Operation
ClusterManagerClient. deleteNodePool(String projectId, String zone, String clusterId, String nodePoolId)
Deletes a node pool from a cluster.Operation
ClusterManagerClient. getOperation(GetOperationRequest request)
Gets the specified operation.Operation
ClusterManagerClient. getOperation(String projectId, String zone, String operationId)
Gets the specified operation.Operation
ClusterManagerClient. rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request)
Rolls back a previously Aborted or Failed NodePool upgrade.Operation
ClusterManagerClient. rollbackNodePoolUpgrade(String projectId, String zone, String clusterId, String nodePoolId)
Rolls back a previously Aborted or Failed NodePool upgrade.Operation
ClusterManagerClient. setAddonsConfig(SetAddonsConfigRequest request)
Sets the addons for a specific cluster.Operation
ClusterManagerClient. setAddonsConfig(String projectId, String zone, String clusterId, AddonsConfig addonsConfig)
Sets the addons for a specific cluster.Operation
ClusterManagerClient. setLabels(SetLabelsRequest request)
Sets labels on a cluster.Operation
ClusterManagerClient. setLabels(String projectId, String zone, String clusterId, Map<String,String> resourceLabels, String labelFingerprint)
Sets labels on a cluster.Operation
ClusterManagerClient. setLegacyAbac(SetLegacyAbacRequest request)
Enables or disables the ABAC authorization mechanism on a cluster.Operation
ClusterManagerClient. setLegacyAbac(String projectId, String zone, String clusterId, boolean enabled)
Enables or disables the ABAC authorization mechanism on a cluster.Operation
ClusterManagerClient. setLocations(SetLocationsRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update.Operation
ClusterManagerClient. 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.Operation
ClusterManagerClient. setLoggingService(SetLoggingServiceRequest request)
Sets the logging service for a specific cluster.Operation
ClusterManagerClient. setLoggingService(String projectId, String zone, String clusterId, String loggingService)
Sets the logging service for a specific cluster.Operation
ClusterManagerClient. setMaintenancePolicy(SetMaintenancePolicyRequest request)
Sets the maintenance policy for a cluster.Operation
ClusterManagerClient. setMaintenancePolicy(String projectId, String zone, String clusterId, MaintenancePolicy maintenancePolicy)
Sets the maintenance policy for a cluster.Operation
ClusterManagerClient. setMasterAuth(SetMasterAuthRequest request)
Sets master auth materials.Operation
ClusterManagerClient. setMonitoringService(SetMonitoringServiceRequest request)
Sets the monitoring service for a specific cluster.Operation
ClusterManagerClient. setMonitoringService(String projectId, String zone, String clusterId, String monitoringService)
Sets the monitoring service for a specific cluster.Operation
ClusterManagerClient. setNetworkPolicy(SetNetworkPolicyRequest request)
Enables or disables Network Policy for a cluster.Operation
ClusterManagerClient. setNetworkPolicy(String projectId, String zone, String clusterId, NetworkPolicy networkPolicy)
Enables or disables Network Policy for a cluster.Operation
ClusterManagerClient. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)
Sets the autoscaling settings of a specific node pool.Operation
ClusterManagerClient. setNodePoolManagement(SetNodePoolManagementRequest request)
Sets the NodeManagement options for a node pool.Operation
ClusterManagerClient. setNodePoolManagement(String projectId, String zone, String clusterId, String nodePoolId, NodeManagement management)
Sets the NodeManagement options for a node pool.Operation
ClusterManagerClient. setNodePoolSize(SetNodePoolSizeRequest request)
SetNodePoolSizeRequest sets the size of a node pool.Operation
ClusterManagerClient. startIPRotation(StartIPRotationRequest request)
Starts master IP rotation.Operation
ClusterManagerClient. startIPRotation(String projectId, String zone, String clusterId)
Starts master IP rotation.Operation
ClusterManagerClient. updateCluster(UpdateClusterRequest request)
Updates the settings for a specific cluster.Operation
ClusterManagerClient. updateCluster(String projectId, String zone, String clusterId, ClusterUpdate update)
Updates the settings for a specific cluster.Operation
ClusterManagerClient. updateMaster(UpdateMasterRequest request)
Updates the master for a specific cluster.Operation
ClusterManagerClient. updateMaster(String projectId, String zone, String clusterId, String masterVersion)
Updates the master for a specific cluster.Operation
ClusterManagerClient. updateNodePool(UpdateNodePoolRequest request)
Updates the version and/or image type of a specific node pool.Methods in com.google.cloud.container.v1beta1 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 of a specific 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()
SetNodePoolSizeRequest sets the size of a 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 for 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 of a specific 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.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.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.v1beta1
Methods in com.google.container.v1beta1 that return Operation Modifier and Type Method Description Operation
Operation.Builder. build()
Operation
Operation.Builder. buildPartial()
Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. completeIPRotation(CompleteIPRotationRequest request)
Completes master IP rotation.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. createCluster(CreateClusterRequest request)
Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. createNodePool(CreateNodePoolRequest request)
Creates a node pool for a cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. deleteCluster(DeleteClusterRequest request)
Deletes the cluster, including the Kubernetes endpoint and all worker nodes.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. deleteNodePool(DeleteNodePoolRequest request)
Deletes a node pool from a cluster.static Operation
Operation. getDefaultInstance()
Operation
Operation.Builder. getDefaultInstanceForType()
Operation
Operation. getDefaultInstanceForType()
Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. getOperation(GetOperationRequest request)
Gets the specified operation.Operation
ListOperationsResponse.Builder. getOperations(int index)
A list of operations in the project in the specified zone.Operation
ListOperationsResponse. getOperations(int index)
A list of operations in the project in the specified zone.Operation
ListOperationsResponseOrBuilder. getOperations(int index)
A list of operations in the project in the specified zone.static Operation
Operation. parseDelimitedFrom(InputStream input)
static Operation
Operation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
Operation. parseFrom(byte[] data)
static Operation
Operation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
Operation. parseFrom(com.google.protobuf.ByteString data)
static Operation
Operation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
Operation. parseFrom(com.google.protobuf.CodedInputStream input)
static Operation
Operation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
Operation. parseFrom(InputStream input)
static Operation
Operation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
Operation. parseFrom(ByteBuffer data)
static Operation
Operation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request)
Rolls back a previously Aborted or Failed NodePool upgrade.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setAddonsConfig(SetAddonsConfigRequest request)
Sets the addons for a specific cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setLabels(SetLabelsRequest request)
Sets labels on a cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setLegacyAbac(SetLegacyAbacRequest request)
Enables or disables the ABAC authorization mechanism on a cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setLocations(SetLocationsRequest request)
Deprecated.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setLoggingService(SetLoggingServiceRequest request)
Sets the logging service for a specific cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setMaintenancePolicy(SetMaintenancePolicyRequest request)
Sets the maintenance policy for a cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setMasterAuth(SetMasterAuthRequest request)
Sets master auth materials.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setMonitoringService(SetMonitoringServiceRequest request)
Sets the monitoring service for a specific cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setNetworkPolicy(SetNetworkPolicyRequest request)
Enables or disables Network Policy for a cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)
Sets the autoscaling settings of a specific node pool.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setNodePoolManagement(SetNodePoolManagementRequest request)
Sets the NodeManagement options for a node pool.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setNodePoolSize(SetNodePoolSizeRequest request)
SetNodePoolSizeRequest sets the size of a node pool.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. startIPRotation(StartIPRotationRequest request)
Starts master IP rotation.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. updateCluster(UpdateClusterRequest request)
Updates the settings for a specific cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. updateMaster(UpdateMasterRequest request)
Updates the master for a specific cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. updateNodePool(UpdateNodePoolRequest request)
Updates the version and/or image type of a specific node pool.Methods in com.google.container.v1beta1 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 of a specific 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)
SetNodePoolSizeRequest sets the size of a 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 for 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 of a specific node pool.Methods in com.google.container.v1beta1 with parameters of type Operation Modifier and Type Method Description ListOperationsResponse.Builder
ListOperationsResponse.Builder. addOperations(int index, Operation value)
A list of operations in the project in the specified zone.ListOperationsResponse.Builder
ListOperationsResponse.Builder. addOperations(Operation value)
A list of operations in the project in the specified zone.Operation.Builder
Operation.Builder. mergeFrom(Operation other)
static Operation.Builder
Operation. newBuilder(Operation prototype)
ListOperationsResponse.Builder
ListOperationsResponse.Builder. setOperations(int index, Operation value)
A list of operations in the project in the specified zone.Method parameters in com.google.container.v1beta1 with type arguments of type Operation Modifier and Type Method Description ListOperationsResponse.Builder
ListOperationsResponse.Builder. addAllOperations(Iterable<? extends Operation> values)
A list of operations in the project in the specified zone.default void
ClusterManagerGrpc.AsyncService. completeIPRotation(CompleteIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Completes master IP rotation.void
ClusterManagerGrpc.ClusterManagerStub. completeIPRotation(CompleteIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Completes master IP rotation.default void
ClusterManagerGrpc.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.void
ClusterManagerGrpc.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 void
ClusterManagerGrpc.AsyncService. createNodePool(CreateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Creates a node pool for a cluster.void
ClusterManagerGrpc.ClusterManagerStub. createNodePool(CreateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Creates a node pool for a cluster.default void
ClusterManagerGrpc.AsyncService. deleteCluster(DeleteClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Deletes the cluster, including the Kubernetes endpoint and all worker nodes.void
ClusterManagerGrpc.ClusterManagerStub. deleteCluster(DeleteClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Deletes the cluster, including the Kubernetes endpoint and all worker nodes.default void
ClusterManagerGrpc.AsyncService. deleteNodePool(DeleteNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Deletes a node pool from a cluster.void
ClusterManagerGrpc.ClusterManagerStub. deleteNodePool(DeleteNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Deletes a node pool from a cluster.default void
ClusterManagerGrpc.AsyncService. getOperation(GetOperationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Gets the specified operation.void
ClusterManagerGrpc.ClusterManagerStub. getOperation(GetOperationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Gets the specified operation.default void
ClusterManagerGrpc.AsyncService. rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Rolls back a previously Aborted or Failed NodePool upgrade.void
ClusterManagerGrpc.ClusterManagerStub. rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Rolls back a previously Aborted or Failed NodePool upgrade.default void
ClusterManagerGrpc.AsyncService. setAddonsConfig(SetAddonsConfigRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the addons for a specific cluster.void
ClusterManagerGrpc.ClusterManagerStub. setAddonsConfig(SetAddonsConfigRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the addons for a specific cluster.default void
ClusterManagerGrpc.AsyncService. setLabels(SetLabelsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets labels on a cluster.void
ClusterManagerGrpc.ClusterManagerStub. setLabels(SetLabelsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets labels on a cluster.default void
ClusterManagerGrpc.AsyncService. setLegacyAbac(SetLegacyAbacRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Enables or disables the ABAC authorization mechanism on a cluster.void
ClusterManagerGrpc.ClusterManagerStub. setLegacyAbac(SetLegacyAbacRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Enables or disables the ABAC authorization mechanism on a cluster.default void
ClusterManagerGrpc.AsyncService. setLocations(SetLocationsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Deprecated.void
ClusterManagerGrpc.ClusterManagerStub. setLocations(SetLocationsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Deprecated.default void
ClusterManagerGrpc.AsyncService. setLoggingService(SetLoggingServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the logging service for a specific cluster.void
ClusterManagerGrpc.ClusterManagerStub. setLoggingService(SetLoggingServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the logging service for a specific cluster.default void
ClusterManagerGrpc.AsyncService. setMaintenancePolicy(SetMaintenancePolicyRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the maintenance policy for a cluster.void
ClusterManagerGrpc.ClusterManagerStub. setMaintenancePolicy(SetMaintenancePolicyRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the maintenance policy for a cluster.default void
ClusterManagerGrpc.AsyncService. setMasterAuth(SetMasterAuthRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets master auth materials.void
ClusterManagerGrpc.ClusterManagerStub. setMasterAuth(SetMasterAuthRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets master auth materials.default void
ClusterManagerGrpc.AsyncService. setMonitoringService(SetMonitoringServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the monitoring service for a specific cluster.void
ClusterManagerGrpc.ClusterManagerStub. setMonitoringService(SetMonitoringServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the monitoring service for a specific cluster.default void
ClusterManagerGrpc.AsyncService. setNetworkPolicy(SetNetworkPolicyRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Enables or disables Network Policy for a cluster.void
ClusterManagerGrpc.ClusterManagerStub. setNetworkPolicy(SetNetworkPolicyRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Enables or disables Network Policy for a cluster.default void
ClusterManagerGrpc.AsyncService. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the autoscaling settings of a specific node pool.void
ClusterManagerGrpc.ClusterManagerStub. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the autoscaling settings of a specific node pool.default void
ClusterManagerGrpc.AsyncService. setNodePoolManagement(SetNodePoolManagementRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the NodeManagement options for a node pool.void
ClusterManagerGrpc.ClusterManagerStub. setNodePoolManagement(SetNodePoolManagementRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets the NodeManagement options for a node pool.default void
ClusterManagerGrpc.AsyncService. setNodePoolSize(SetNodePoolSizeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
SetNodePoolSizeRequest sets the size of a node pool.void
ClusterManagerGrpc.ClusterManagerStub. setNodePoolSize(SetNodePoolSizeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
SetNodePoolSizeRequest sets the size of a node pool.default void
ClusterManagerGrpc.AsyncService. startIPRotation(StartIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Starts master IP rotation.void
ClusterManagerGrpc.ClusterManagerStub. startIPRotation(StartIPRotationRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Starts master IP rotation.default void
ClusterManagerGrpc.AsyncService. updateCluster(UpdateClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the settings for a specific cluster.void
ClusterManagerGrpc.ClusterManagerStub. updateCluster(UpdateClusterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the settings for a specific cluster.default void
ClusterManagerGrpc.AsyncService. updateMaster(UpdateMasterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the master for a specific cluster.void
ClusterManagerGrpc.ClusterManagerStub. updateMaster(UpdateMasterRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the master for a specific cluster.default void
ClusterManagerGrpc.AsyncService. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the version and/or image type of a specific node pool.void
ClusterManagerGrpc.ClusterManagerStub. updateNodePool(UpdateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the version and/or image type of a specific node pool.
-