Uses of Class
com.google.cloud.compute.v1.GetShieldedInstanceIdentityInstanceRequest
-
Packages that use GetShieldedInstanceIdentityInstanceRequest 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 GetShieldedInstanceIdentityInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetShieldedInstanceIdentityInstanceRequest Modifier and Type Method Description GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest.Builder. build()
GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest.Builder. buildPartial()
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. getDefaultInstance()
GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest.Builder. getDefaultInstanceForType()
GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. getDefaultInstanceForType()
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseDelimitedFrom(InputStream input)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(byte[] data)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(InputStream input)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(ByteBuffer data)
static GetShieldedInstanceIdentityInstanceRequest
GetShieldedInstanceIdentityInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetShieldedInstanceIdentityInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<GetShieldedInstanceIdentityInstanceRequest>
GetShieldedInstanceIdentityInstanceRequest. 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<GetShieldedInstanceIdentityInstanceRequest>
GetShieldedInstanceIdentityInstanceRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetShieldedInstanceIdentityInstanceRequest Modifier and Type Method Description ShieldedInstanceIdentity
InstancesClient. getShieldedInstanceIdentity(GetShieldedInstanceIdentityInstanceRequest request)
Returns the Shielded Instance Identity of an instanceGetShieldedInstanceIdentityInstanceRequest.Builder
GetShieldedInstanceIdentityInstanceRequest.Builder. mergeFrom(GetShieldedInstanceIdentityInstanceRequest other)
static GetShieldedInstanceIdentityInstanceRequest.Builder
GetShieldedInstanceIdentityInstanceRequest. newBuilder(GetShieldedInstanceIdentityInstanceRequest prototype)
-
Uses of GetShieldedInstanceIdentityInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetShieldedInstanceIdentityInstanceRequest 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.
-