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