Uses of Class
com.google.cloud.compute.v1.ShieldedInstanceIdentity
-
Packages that use ShieldedInstanceIdentity 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 ShieldedInstanceIdentity in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ShieldedInstanceIdentity Modifier and Type Method Description ShieldedInstanceIdentity
ShieldedInstanceIdentity.Builder. build()
ShieldedInstanceIdentity
ShieldedInstanceIdentity.Builder. buildPartial()
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. getDefaultInstance()
ShieldedInstanceIdentity
ShieldedInstanceIdentity.Builder. getDefaultInstanceForType()
ShieldedInstanceIdentity
ShieldedInstanceIdentity. getDefaultInstanceForType()
ShieldedInstanceIdentity
InstancesClient. getShieldedInstanceIdentity(GetShieldedInstanceIdentityInstanceRequest request)
Returns the Shielded Instance Identity of an instanceShieldedInstanceIdentity
InstancesClient. getShieldedInstanceIdentity(String project, String zone, String instance)
Returns the Shielded Instance Identity of an instancestatic ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseDelimitedFrom(InputStream input)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(byte[] data)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(com.google.protobuf.ByteString data)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(com.google.protobuf.CodedInputStream input)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(InputStream input)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(ByteBuffer data)
static ShieldedInstanceIdentity
ShieldedInstanceIdentity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ShieldedInstanceIdentity Modifier and Type Method Description com.google.protobuf.Parser<ShieldedInstanceIdentity>
ShieldedInstanceIdentity. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetShieldedInstanceIdentityInstanceRequest,ShieldedInstanceIdentity>
InstancesClient. getShieldedInstanceIdentityCallable()
Returns the Shielded Instance Identity of an instancecom.google.api.gax.rpc.UnaryCallSettings.Builder<GetShieldedInstanceIdentityInstanceRequest,ShieldedInstanceIdentity>
InstancesSettings.Builder. getShieldedInstanceIdentitySettings()
Returns the builder for the settings used for calls to getShieldedInstanceIdentity.com.google.api.gax.rpc.UnaryCallSettings<GetShieldedInstanceIdentityInstanceRequest,ShieldedInstanceIdentity>
InstancesSettings. getShieldedInstanceIdentitySettings()
Returns the object with the settings used for calls to getShieldedInstanceIdentity.static com.google.protobuf.Parser<ShieldedInstanceIdentity>
ShieldedInstanceIdentity. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ShieldedInstanceIdentity Modifier and Type Method Description ShieldedInstanceIdentity.Builder
ShieldedInstanceIdentity.Builder. mergeFrom(ShieldedInstanceIdentity other)
static ShieldedInstanceIdentity.Builder
ShieldedInstanceIdentity. newBuilder(ShieldedInstanceIdentity prototype)
-
Uses of ShieldedInstanceIdentity in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ShieldedInstanceIdentity Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetShieldedInstanceIdentityInstanceRequest,ShieldedInstanceIdentity>
HttpJsonInstancesStub. getShieldedInstanceIdentityCallable()
com.google.api.gax.rpc.UnaryCallable<GetShieldedInstanceIdentityInstanceRequest,ShieldedInstanceIdentity>
InstancesStub. getShieldedInstanceIdentityCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetShieldedInstanceIdentityInstanceRequest,ShieldedInstanceIdentity>
InstancesStubSettings.Builder. getShieldedInstanceIdentitySettings()
Returns the builder for the settings used for calls to getShieldedInstanceIdentity.com.google.api.gax.rpc.UnaryCallSettings<GetShieldedInstanceIdentityInstanceRequest,ShieldedInstanceIdentity>
InstancesStubSettings. getShieldedInstanceIdentitySettings()
Returns the object with the settings used for calls to getShieldedInstanceIdentity.
-