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 GuestAttributesGuestAttributes.Builder. build()GuestAttributesGuestAttributes.Builder. buildPartial()static GuestAttributesGuestAttributes. getDefaultInstance()GuestAttributesGuestAttributes.Builder. getDefaultInstanceForType()GuestAttributesGuestAttributes. getDefaultInstanceForType()GuestAttributesInstancesClient. getGuestAttributes(GetGuestAttributesInstanceRequest request)Returns the specified guest attributes entry.GuestAttributesInstancesClient. getGuestAttributes(String project, String zone, String instance)Returns the specified guest attributes entry.static GuestAttributesGuestAttributes. parseDelimitedFrom(InputStream input)static GuestAttributesGuestAttributes. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestAttributesGuestAttributes. parseFrom(byte[] data)static GuestAttributesGuestAttributes. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestAttributesGuestAttributes. parseFrom(com.google.protobuf.ByteString data)static GuestAttributesGuestAttributes. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestAttributesGuestAttributes. parseFrom(com.google.protobuf.CodedInputStream input)static GuestAttributesGuestAttributes. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestAttributesGuestAttributes. parseFrom(InputStream input)static GuestAttributesGuestAttributes. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestAttributesGuestAttributes. parseFrom(ByteBuffer data)static GuestAttributesGuestAttributes. 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.BuilderGuestAttributes.Builder. mergeFrom(GuestAttributes other)static GuestAttributes.BuilderGuestAttributes. 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.
-