Uses of Class
com.google.cloud.compute.v1.GetTargetPoolRequest
-
Packages that use GetTargetPoolRequest 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 GetTargetPoolRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetTargetPoolRequest Modifier and Type Method Description GetTargetPoolRequest
GetTargetPoolRequest.Builder. build()
GetTargetPoolRequest
GetTargetPoolRequest.Builder. buildPartial()
static GetTargetPoolRequest
GetTargetPoolRequest. getDefaultInstance()
GetTargetPoolRequest
GetTargetPoolRequest.Builder. getDefaultInstanceForType()
GetTargetPoolRequest
GetTargetPoolRequest. getDefaultInstanceForType()
static GetTargetPoolRequest
GetTargetPoolRequest. parseDelimitedFrom(InputStream input)
static GetTargetPoolRequest
GetTargetPoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(byte[] data)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(InputStream input)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(ByteBuffer data)
static GetTargetPoolRequest
GetTargetPoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetTargetPoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTargetPoolRequest,TargetPool>
TargetPoolsClient. getCallable()
Returns the specified target pool.com.google.protobuf.Parser<GetTargetPoolRequest>
GetTargetPoolRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetPoolRequest,TargetPool>
TargetPoolsSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetTargetPoolRequest,TargetPool>
TargetPoolsSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetTargetPoolRequest>
GetTargetPoolRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetTargetPoolRequest Modifier and Type Method Description TargetPool
TargetPoolsClient. get(GetTargetPoolRequest request)
Returns the specified target pool.GetTargetPoolRequest.Builder
GetTargetPoolRequest.Builder. mergeFrom(GetTargetPoolRequest other)
static GetTargetPoolRequest.Builder
GetTargetPoolRequest. newBuilder(GetTargetPoolRequest prototype)
-
Uses of GetTargetPoolRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetTargetPoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTargetPoolRequest,TargetPool>
HttpJsonTargetPoolsStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetTargetPoolRequest,TargetPool>
TargetPoolsStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetPoolRequest,TargetPool>
TargetPoolsStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetTargetPoolRequest,TargetPool>
TargetPoolsStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-