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