Uses of Class
com.google.container.v1.SetNetworkPolicyRequest
-
Packages that use SetNetworkPolicyRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of SetNetworkPolicyRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return types with arguments of type SetNetworkPolicyRequest Modifier and Type Method Description 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.Methods in com.google.cloud.container.v1 with parameters of type SetNetworkPolicyRequest Modifier and Type Method Description Operation
ClusterManagerClient. setNetworkPolicy(SetNetworkPolicyRequest request)
Enables or disables Network Policy for a cluster. -
Uses of SetNetworkPolicyRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type SetNetworkPolicyRequest Modifier and Type Method Description 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. -
Uses of SetNetworkPolicyRequest in com.google.container.v1
Methods in com.google.container.v1 that return SetNetworkPolicyRequest Modifier and Type Method Description SetNetworkPolicyRequest
SetNetworkPolicyRequest.Builder. build()
SetNetworkPolicyRequest
SetNetworkPolicyRequest.Builder. buildPartial()
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. getDefaultInstance()
SetNetworkPolicyRequest
SetNetworkPolicyRequest.Builder. getDefaultInstanceForType()
SetNetworkPolicyRequest
SetNetworkPolicyRequest. getDefaultInstanceForType()
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseDelimitedFrom(InputStream input)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(byte[] data)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(InputStream input)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(ByteBuffer data)
static SetNetworkPolicyRequest
SetNetworkPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type SetNetworkPolicyRequest Modifier and Type Method Description com.google.protobuf.Parser<SetNetworkPolicyRequest>
SetNetworkPolicyRequest. getParserForType()
static io.grpc.MethodDescriptor<SetNetworkPolicyRequest,Operation>
ClusterManagerGrpc. getSetNetworkPolicyMethod()
static com.google.protobuf.Parser<SetNetworkPolicyRequest>
SetNetworkPolicyRequest. parser()
Methods in com.google.container.v1 with parameters of type SetNetworkPolicyRequest Modifier and Type Method Description SetNetworkPolicyRequest.Builder
SetNetworkPolicyRequest.Builder. mergeFrom(SetNetworkPolicyRequest other)
static SetNetworkPolicyRequest.Builder
SetNetworkPolicyRequest. newBuilder(SetNetworkPolicyRequest prototype)
default void
ClusterManagerGrpc.AsyncService. setNetworkPolicy(SetNetworkPolicyRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Enables or disables Network Policy for a cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setNetworkPolicy(SetNetworkPolicyRequest request)
Enables or disables Network Policy for a cluster.com.google.common.util.concurrent.ListenableFuture<Operation>
ClusterManagerGrpc.ClusterManagerFutureStub. setNetworkPolicy(SetNetworkPolicyRequest request)
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.
-