Uses of Class
com.google.cloud.compute.v1.GuestAttributes
-
Packages that use GuestAttributes 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 GuestAttributes in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GuestAttributes Modifier and Type Method Description GuestAttributes
GuestAttributes.Builder. build()
GuestAttributes
GuestAttributes.Builder. buildPartial()
static GuestAttributes
GuestAttributes. getDefaultInstance()
GuestAttributes
GuestAttributes.Builder. getDefaultInstanceForType()
GuestAttributes
GuestAttributes. getDefaultInstanceForType()
GuestAttributes
InstancesClient. getGuestAttributes(GetGuestAttributesInstanceRequest request)
Returns the specified guest attributes entry.GuestAttributes
InstancesClient. getGuestAttributes(String project, String zone, String instance)
Returns the specified guest attributes entry.static GuestAttributes
GuestAttributes. parseDelimitedFrom(InputStream input)
static GuestAttributes
GuestAttributes. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(byte[] data)
static GuestAttributes
GuestAttributes. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(com.google.protobuf.ByteString data)
static GuestAttributes
GuestAttributes. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(com.google.protobuf.CodedInputStream input)
static GuestAttributes
GuestAttributes. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(InputStream input)
static GuestAttributes
GuestAttributes. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(ByteBuffer data)
static GuestAttributes
GuestAttributes. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GuestAttributes 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<GuestAttributes>
GuestAttributes. getParserForType()
static com.google.protobuf.Parser<GuestAttributes>
GuestAttributes. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GuestAttributes Modifier and Type Method Description GuestAttributes.Builder
GuestAttributes.Builder. mergeFrom(GuestAttributes other)
static GuestAttributes.Builder
GuestAttributes. newBuilder(GuestAttributes prototype)
-
Uses of GuestAttributes in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GuestAttributes 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.
-