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