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