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