Uses of Class
com.google.cloud.compute.v1.GetNodeGroupRequest
-
Packages that use GetNodeGroupRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of GetNodeGroupRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetNodeGroupRequest Modifier and Type Method Description GetNodeGroupRequest
GetNodeGroupRequest.Builder. build()
GetNodeGroupRequest
GetNodeGroupRequest.Builder. buildPartial()
static GetNodeGroupRequest
GetNodeGroupRequest. getDefaultInstance()
GetNodeGroupRequest
GetNodeGroupRequest.Builder. getDefaultInstanceForType()
GetNodeGroupRequest
GetNodeGroupRequest. getDefaultInstanceForType()
static GetNodeGroupRequest
GetNodeGroupRequest. parseDelimitedFrom(InputStream input)
static GetNodeGroupRequest
GetNodeGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(byte[] data)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(InputStream input)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(ByteBuffer data)
static GetNodeGroupRequest
GetNodeGroupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetNodeGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodeGroupRequest,NodeGroup>
NodeGroupsClient. getCallable()
Returns the specified NodeGroup.com.google.protobuf.Parser<GetNodeGroupRequest>
GetNodeGroupRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeGroupRequest,NodeGroup>
NodeGroupsSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNodeGroupRequest,NodeGroup>
NodeGroupsSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetNodeGroupRequest>
GetNodeGroupRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetNodeGroupRequest Modifier and Type Method Description NodeGroup
NodeGroupsClient. get(GetNodeGroupRequest request)
Returns the specified NodeGroup.GetNodeGroupRequest.Builder
GetNodeGroupRequest.Builder. mergeFrom(GetNodeGroupRequest other)
static GetNodeGroupRequest.Builder
GetNodeGroupRequest. newBuilder(GetNodeGroupRequest prototype)
-
Uses of GetNodeGroupRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetNodeGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodeGroupRequest,NodeGroup>
HttpJsonNodeGroupsStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetNodeGroupRequest,NodeGroup>
NodeGroupsStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeGroupRequest,NodeGroup>
NodeGroupsStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNodeGroupRequest,NodeGroup>
NodeGroupsStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-