Uses of Class
com.google.cloud.compute.v1.GetDiagnosticsInterconnectRequest
-
Packages that use GetDiagnosticsInterconnectRequest 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 GetDiagnosticsInterconnectRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetDiagnosticsInterconnectRequest Modifier and Type Method Description GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest.Builder. build()
GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest.Builder. buildPartial()
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. getDefaultInstance()
GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest.Builder. getDefaultInstanceForType()
GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. getDefaultInstanceForType()
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseDelimitedFrom(InputStream input)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(byte[] data)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(InputStream input)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(ByteBuffer data)
static GetDiagnosticsInterconnectRequest
GetDiagnosticsInterconnectRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetDiagnosticsInterconnectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDiagnosticsInterconnectRequest,InterconnectsGetDiagnosticsResponse>
InterconnectsClient. getDiagnosticsCallable()
Returns the interconnectDiagnostics for the specified Interconnect.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDiagnosticsInterconnectRequest,InterconnectsGetDiagnosticsResponse>
InterconnectsSettings.Builder. getDiagnosticsSettings()
Returns the builder for the settings used for calls to getDiagnostics.com.google.api.gax.rpc.UnaryCallSettings<GetDiagnosticsInterconnectRequest,InterconnectsGetDiagnosticsResponse>
InterconnectsSettings. getDiagnosticsSettings()
Returns the object with the settings used for calls to getDiagnostics.com.google.protobuf.Parser<GetDiagnosticsInterconnectRequest>
GetDiagnosticsInterconnectRequest. getParserForType()
static com.google.protobuf.Parser<GetDiagnosticsInterconnectRequest>
GetDiagnosticsInterconnectRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetDiagnosticsInterconnectRequest Modifier and Type Method Description InterconnectsGetDiagnosticsResponse
InterconnectsClient. getDiagnostics(GetDiagnosticsInterconnectRequest request)
Returns the interconnectDiagnostics for the specified Interconnect.GetDiagnosticsInterconnectRequest.Builder
GetDiagnosticsInterconnectRequest.Builder. mergeFrom(GetDiagnosticsInterconnectRequest other)
static GetDiagnosticsInterconnectRequest.Builder
GetDiagnosticsInterconnectRequest. newBuilder(GetDiagnosticsInterconnectRequest prototype)
-
Uses of GetDiagnosticsInterconnectRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetDiagnosticsInterconnectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDiagnosticsInterconnectRequest,InterconnectsGetDiagnosticsResponse>
HttpJsonInterconnectsStub. getDiagnosticsCallable()
com.google.api.gax.rpc.UnaryCallable<GetDiagnosticsInterconnectRequest,InterconnectsGetDiagnosticsResponse>
InterconnectsStub. getDiagnosticsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDiagnosticsInterconnectRequest,InterconnectsGetDiagnosticsResponse>
InterconnectsStubSettings.Builder. getDiagnosticsSettings()
Returns the builder for the settings used for calls to getDiagnostics.com.google.api.gax.rpc.UnaryCallSettings<GetDiagnosticsInterconnectRequest,InterconnectsGetDiagnosticsResponse>
InterconnectsStubSettings. getDiagnosticsSettings()
Returns the object with the settings used for calls to getDiagnostics.
-