Uses of Class
com.google.cloud.compute.v1.GetGuestAttributesInstanceRequest
-
Packages that use GetGuestAttributesInstanceRequest 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 GetGuestAttributesInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetGuestAttributesInstanceRequest Modifier and Type Method Description GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest.Builder. build()GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest.Builder. buildPartial()static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. getDefaultInstance()GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest.Builder. getDefaultInstanceForType()GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. getDefaultInstanceForType()static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseDelimitedFrom(InputStream input)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(byte[] data)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(com.google.protobuf.ByteString data)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(InputStream input)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(ByteBuffer data)static GetGuestAttributesInstanceRequestGetGuestAttributesInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type GetGuestAttributesInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetGuestAttributesInstanceRequest,GuestAttributes>InstancesClient. getGuestAttributesCallable()Returns the specified guest attributes entry.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGuestAttributesInstanceRequest,GuestAttributes>InstancesSettings.Builder. getGuestAttributesSettings()Returns the builder for the settings used for calls to getGuestAttributes.com.google.api.gax.rpc.UnaryCallSettings<GetGuestAttributesInstanceRequest,GuestAttributes>InstancesSettings. getGuestAttributesSettings()Returns the object with the settings used for calls to getGuestAttributes.com.google.protobuf.Parser<GetGuestAttributesInstanceRequest>GetGuestAttributesInstanceRequest. getParserForType()static com.google.protobuf.Parser<GetGuestAttributesInstanceRequest>GetGuestAttributesInstanceRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type GetGuestAttributesInstanceRequest Modifier and Type Method Description GuestAttributesInstancesClient. getGuestAttributes(GetGuestAttributesInstanceRequest request)Returns the specified guest attributes entry.GetGuestAttributesInstanceRequest.BuilderGetGuestAttributesInstanceRequest.Builder. mergeFrom(GetGuestAttributesInstanceRequest other)static GetGuestAttributesInstanceRequest.BuilderGetGuestAttributesInstanceRequest. newBuilder(GetGuestAttributesInstanceRequest prototype) -
Uses of GetGuestAttributesInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetGuestAttributesInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetGuestAttributesInstanceRequest,GuestAttributes>HttpJsonInstancesStub. getGuestAttributesCallable()com.google.api.gax.rpc.UnaryCallable<GetGuestAttributesInstanceRequest,GuestAttributes>InstancesStub. getGuestAttributesCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGuestAttributesInstanceRequest,GuestAttributes>InstancesStubSettings.Builder. getGuestAttributesSettings()Returns the builder for the settings used for calls to getGuestAttributes.com.google.api.gax.rpc.UnaryCallSettings<GetGuestAttributesInstanceRequest,GuestAttributes>InstancesStubSettings. getGuestAttributesSettings()Returns the object with the settings used for calls to getGuestAttributes.
-