Uses of Class
com.google.cloud.compute.v1.SetServiceAccountInstanceRequest
-
Packages that use SetServiceAccountInstanceRequest 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 SetServiceAccountInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SetServiceAccountInstanceRequest Modifier and Type Method Description SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest.Builder. build()
SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest.Builder. buildPartial()
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. getDefaultInstance()
SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest.Builder. getDefaultInstanceForType()
SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. getDefaultInstanceForType()
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseDelimitedFrom(InputStream input)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(byte[] data)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(InputStream input)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(ByteBuffer data)
static SetServiceAccountInstanceRequest
SetServiceAccountInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SetServiceAccountInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<SetServiceAccountInstanceRequest>
SetServiceAccountInstanceRequest. getParserForType()
static com.google.protobuf.Parser<SetServiceAccountInstanceRequest>
SetServiceAccountInstanceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SetServiceAccountInstanceRequest,Operation>
InstancesClient. setServiceAccountCallable()
Sets the service account on the instance.com.google.api.gax.rpc.OperationCallable<SetServiceAccountInstanceRequest,Operation,Operation>
InstancesClient. setServiceAccountOperationCallable()
Sets the service account on the instance.com.google.api.gax.rpc.OperationCallSettings.Builder<SetServiceAccountInstanceRequest,Operation,Operation>
InstancesSettings.Builder. setServiceAccountOperationSettings()
Returns the builder for the settings used for calls to setServiceAccount.com.google.api.gax.rpc.OperationCallSettings<SetServiceAccountInstanceRequest,Operation,Operation>
InstancesSettings. setServiceAccountOperationSettings()
Returns the object with the settings used for calls to setServiceAccount.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetServiceAccountInstanceRequest,Operation>
InstancesSettings.Builder. setServiceAccountSettings()
Returns the builder for the settings used for calls to setServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<SetServiceAccountInstanceRequest,Operation>
InstancesSettings. setServiceAccountSettings()
Returns the object with the settings used for calls to setServiceAccount.Methods in com.google.cloud.compute.v1 with parameters of type SetServiceAccountInstanceRequest Modifier and Type Method Description SetServiceAccountInstanceRequest.Builder
SetServiceAccountInstanceRequest.Builder. mergeFrom(SetServiceAccountInstanceRequest other)
static SetServiceAccountInstanceRequest.Builder
SetServiceAccountInstanceRequest. newBuilder(SetServiceAccountInstanceRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. setServiceAccountAsync(SetServiceAccountInstanceRequest request)
Sets the service account on the instance. -
Uses of SetServiceAccountInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SetServiceAccountInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetServiceAccountInstanceRequest,Operation>
HttpJsonInstancesStub. setServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<SetServiceAccountInstanceRequest,Operation>
InstancesStub. setServiceAccountCallable()
com.google.api.gax.rpc.OperationCallable<SetServiceAccountInstanceRequest,Operation,Operation>
HttpJsonInstancesStub. setServiceAccountOperationCallable()
com.google.api.gax.rpc.OperationCallable<SetServiceAccountInstanceRequest,Operation,Operation>
InstancesStub. setServiceAccountOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SetServiceAccountInstanceRequest,Operation,Operation>
InstancesStubSettings.Builder. setServiceAccountOperationSettings()
Returns the builder for the settings used for calls to setServiceAccount.com.google.api.gax.rpc.OperationCallSettings<SetServiceAccountInstanceRequest,Operation,Operation>
InstancesStubSettings. setServiceAccountOperationSettings()
Returns the object with the settings used for calls to setServiceAccount.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetServiceAccountInstanceRequest,Operation>
InstancesStubSettings.Builder. setServiceAccountSettings()
Returns the builder for the settings used for calls to setServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<SetServiceAccountInstanceRequest,Operation>
InstancesStubSettings. setServiceAccountSettings()
Returns the object with the settings used for calls to setServiceAccount.
-