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 GetAddressRequestGetAddressRequest.Builder. build()GetAddressRequestGetAddressRequest.Builder. buildPartial()static GetAddressRequestGetAddressRequest. getDefaultInstance()GetAddressRequestGetAddressRequest.Builder. getDefaultInstanceForType()GetAddressRequestGetAddressRequest. getDefaultInstanceForType()static GetAddressRequestGetAddressRequest. parseDelimitedFrom(InputStream input)static GetAddressRequestGetAddressRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAddressRequestGetAddressRequest. parseFrom(byte[] data)static GetAddressRequestGetAddressRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAddressRequestGetAddressRequest. parseFrom(com.google.protobuf.ByteString data)static GetAddressRequestGetAddressRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAddressRequestGetAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAddressRequestGetAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAddressRequestGetAddressRequest. parseFrom(InputStream input)static GetAddressRequestGetAddressRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAddressRequestGetAddressRequest. parseFrom(ByteBuffer data)static GetAddressRequestGetAddressRequest. 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 AddressAddressesClient. get(GetAddressRequest request)Returns the specified address resource.GetAddressRequest.BuilderGetAddressRequest.Builder. mergeFrom(GetAddressRequest other)static GetAddressRequest.BuilderGetAddressRequest. 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.
-