Uses of Class
com.google.container.v1beta1.ServerConfig
-
Packages that use ServerConfig Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub com.google.container.v1beta1 -
-
Uses of ServerConfig in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return ServerConfig Modifier and Type Method Description ServerConfig
ClusterManagerClient. getServerConfig(GetServerConfigRequest request)
Returns configuration info about the Google Kubernetes Engine service.ServerConfig
ClusterManagerClient. getServerConfig(String projectId, String zone)
Returns configuration info about the Google Kubernetes Engine service.Methods in com.google.cloud.container.v1beta1 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.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.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.v1beta1
Methods in com.google.container.v1beta1 that return ServerConfig Modifier and Type Method Description ServerConfig
ServerConfig.Builder. build()
ServerConfig
ServerConfig.Builder. buildPartial()
static ServerConfig
ServerConfig. getDefaultInstance()
ServerConfig
ServerConfig.Builder. getDefaultInstanceForType()
ServerConfig
ServerConfig. getDefaultInstanceForType()
ServerConfig
ClusterManagerGrpc.ClusterManagerBlockingStub. getServerConfig(GetServerConfigRequest request)
Returns configuration info about the Google Kubernetes Engine service.static ServerConfig
ServerConfig. parseDelimitedFrom(InputStream input)
static ServerConfig
ServerConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerConfig
ServerConfig. parseFrom(byte[] data)
static ServerConfig
ServerConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerConfig
ServerConfig. parseFrom(com.google.protobuf.ByteString data)
static ServerConfig
ServerConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerConfig
ServerConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ServerConfig
ServerConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerConfig
ServerConfig. parseFrom(InputStream input)
static ServerConfig
ServerConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerConfig
ServerConfig. parseFrom(ByteBuffer data)
static ServerConfig
ServerConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 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.v1beta1 with parameters of type ServerConfig Modifier and Type Method Description ServerConfig.Builder
ServerConfig.Builder. mergeFrom(ServerConfig other)
static ServerConfig.Builder
ServerConfig. newBuilder(ServerConfig prototype)
Method parameters in com.google.container.v1beta1 with type arguments of type ServerConfig Modifier and Type Method Description default void
ClusterManagerGrpc.AsyncService. getServerConfig(GetServerConfigRequest request, io.grpc.stub.StreamObserver<ServerConfig> responseObserver)
Returns configuration info about the Google Kubernetes Engine service.void
ClusterManagerGrpc.ClusterManagerStub. getServerConfig(GetServerConfigRequest request, io.grpc.stub.StreamObserver<ServerConfig> responseObserver)
Returns configuration info about the Google Kubernetes Engine service.
-