Uses of Class
com.google.container.v1.ServerConfig
-
Packages that use ServerConfig Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of ServerConfig in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return ServerConfig Modifier and Type Method Description ServerConfigClusterManagerClient. getServerConfig(GetServerConfigRequest request)Returns configuration info about the Google Kubernetes Engine service.ServerConfigClusterManagerClient. getServerConfig(String name)Returns configuration info about the Google Kubernetes Engine service.ServerConfigClusterManagerClient. getServerConfig(String projectId, String zone)Returns configuration info about the Google Kubernetes Engine service.Methods in com.google.cloud.container.v1 that return types with arguments of type ServerConfig Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServerConfigRequest,ServerConfig>ClusterManagerClient. getServerConfigCallable()Returns configuration info about the Google Kubernetes Engine service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServerConfigRequest,ServerConfig>ClusterManagerSettings.Builder. getServerConfigSettings()Returns the builder for the settings used for calls to getServerConfig.com.google.api.gax.rpc.UnaryCallSettings<GetServerConfigRequest,ServerConfig>ClusterManagerSettings. getServerConfigSettings()Returns the object with the settings used for calls to getServerConfig. -
Uses of ServerConfig in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type ServerConfig Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServerConfigRequest,ServerConfig>ClusterManagerStub. getServerConfigCallable()com.google.api.gax.rpc.UnaryCallable<GetServerConfigRequest,ServerConfig>GrpcClusterManagerStub. getServerConfigCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServerConfigRequest,ServerConfig>ClusterManagerStubSettings.Builder. getServerConfigSettings()Returns the builder for the settings used for calls to getServerConfig.com.google.api.gax.rpc.UnaryCallSettings<GetServerConfigRequest,ServerConfig>ClusterManagerStubSettings. getServerConfigSettings()Returns the object with the settings used for calls to getServerConfig. -
Uses of ServerConfig in com.google.container.v1
Methods in com.google.container.v1 that return ServerConfig Modifier and Type Method Description ServerConfigServerConfig.Builder. build()ServerConfigServerConfig.Builder. buildPartial()static ServerConfigServerConfig. getDefaultInstance()ServerConfigServerConfig.Builder. getDefaultInstanceForType()ServerConfigServerConfig. getDefaultInstanceForType()ServerConfigClusterManagerGrpc.ClusterManagerBlockingStub. getServerConfig(GetServerConfigRequest request)Returns configuration info about the Google Kubernetes Engine service.static ServerConfigServerConfig. parseDelimitedFrom(InputStream input)static ServerConfigServerConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerConfigServerConfig. parseFrom(byte[] data)static ServerConfigServerConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerConfigServerConfig. parseFrom(com.google.protobuf.ByteString data)static ServerConfigServerConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerConfigServerConfig. parseFrom(com.google.protobuf.CodedInputStream input)static ServerConfigServerConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerConfigServerConfig. parseFrom(InputStream input)static ServerConfigServerConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerConfigServerConfig. parseFrom(ByteBuffer data)static ServerConfigServerConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1 that return types with arguments of type ServerConfig Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServerConfigRequest,ServerConfig>ClusterManagerGrpc. getGetServerConfigMethod()com.google.protobuf.Parser<ServerConfig>ServerConfig. getParserForType()com.google.common.util.concurrent.ListenableFuture<ServerConfig>ClusterManagerGrpc.ClusterManagerFutureStub. getServerConfig(GetServerConfigRequest request)Returns configuration info about the Google Kubernetes Engine service.static com.google.protobuf.Parser<ServerConfig>ServerConfig. parser()Methods in com.google.container.v1 with parameters of type ServerConfig Modifier and Type Method Description ServerConfig.BuilderServerConfig.Builder. mergeFrom(ServerConfig other)static ServerConfig.BuilderServerConfig. newBuilder(ServerConfig prototype)Method parameters in com.google.container.v1 with type arguments of type ServerConfig Modifier and Type Method Description default voidClusterManagerGrpc.AsyncService. getServerConfig(GetServerConfigRequest request, io.grpc.stub.StreamObserver<ServerConfig> responseObserver)Returns configuration info about the Google Kubernetes Engine service.voidClusterManagerGrpc.ClusterManagerStub. getServerConfig(GetServerConfigRequest request, io.grpc.stub.StreamObserver<ServerConfig> responseObserver)Returns configuration info about the Google Kubernetes Engine service.
-