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