Uses of Class
com.google.cloud.compute.v1.InsertNetworkEndpointGroupRequest
-
Packages that use InsertNetworkEndpointGroupRequest 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 InsertNetworkEndpointGroupRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertNetworkEndpointGroupRequest Modifier and Type Method Description InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest.Builder. build()
InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest.Builder. buildPartial()
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. getDefaultInstance()
InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest.Builder. getDefaultInstanceForType()
InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. getDefaultInstanceForType()
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseDelimitedFrom(InputStream input)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(byte[] data)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(InputStream input)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(ByteBuffer data)
static InsertNetworkEndpointGroupRequest
InsertNetworkEndpointGroupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertNetworkEndpointGroupRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertNetworkEndpointGroupRequest>
InsertNetworkEndpointGroupRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<InsertNetworkEndpointGroupRequest,Operation>
NetworkEndpointGroupsClient. insertCallable()
Creates a network endpoint group in the specified project using the parameters that are included in the request.com.google.api.gax.rpc.OperationCallable<InsertNetworkEndpointGroupRequest,Operation,Operation>
NetworkEndpointGroupsClient. insertOperationCallable()
Creates a network endpoint group in the specified project using the parameters that are included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertNetworkEndpointGroupRequest,Operation,Operation>
NetworkEndpointGroupsSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertNetworkEndpointGroupRequest,Operation,Operation>
NetworkEndpointGroupsSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertNetworkEndpointGroupRequest,Operation>
NetworkEndpointGroupsSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertNetworkEndpointGroupRequest,Operation>
NetworkEndpointGroupsSettings. insertSettings()
Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertNetworkEndpointGroupRequest>
InsertNetworkEndpointGroupRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InsertNetworkEndpointGroupRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
NetworkEndpointGroupsClient. insertAsync(InsertNetworkEndpointGroupRequest request)
Creates a network endpoint group in the specified project using the parameters that are included in the request.InsertNetworkEndpointGroupRequest.Builder
InsertNetworkEndpointGroupRequest.Builder. mergeFrom(InsertNetworkEndpointGroupRequest other)
static InsertNetworkEndpointGroupRequest.Builder
InsertNetworkEndpointGroupRequest. newBuilder(InsertNetworkEndpointGroupRequest prototype)
-
Uses of InsertNetworkEndpointGroupRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertNetworkEndpointGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertNetworkEndpointGroupRequest,Operation>
HttpJsonNetworkEndpointGroupsStub. insertCallable()
com.google.api.gax.rpc.UnaryCallable<InsertNetworkEndpointGroupRequest,Operation>
NetworkEndpointGroupsStub. insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertNetworkEndpointGroupRequest,Operation,Operation>
HttpJsonNetworkEndpointGroupsStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallable<InsertNetworkEndpointGroupRequest,Operation,Operation>
NetworkEndpointGroupsStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertNetworkEndpointGroupRequest,Operation,Operation>
NetworkEndpointGroupsStubSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertNetworkEndpointGroupRequest,Operation,Operation>
NetworkEndpointGroupsStubSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertNetworkEndpointGroupRequest,Operation>
NetworkEndpointGroupsStubSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertNetworkEndpointGroupRequest,Operation>
NetworkEndpointGroupsStubSettings. insertSettings()
Returns the object with the settings used for calls to insert.
-