Uses of Class
com.google.cloud.compute.v1.GetFirewallRequest
-
Packages that use GetFirewallRequest 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 GetFirewallRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetFirewallRequest Modifier and Type Method Description GetFirewallRequest
GetFirewallRequest.Builder. build()
GetFirewallRequest
GetFirewallRequest.Builder. buildPartial()
static GetFirewallRequest
GetFirewallRequest. getDefaultInstance()
GetFirewallRequest
GetFirewallRequest.Builder. getDefaultInstanceForType()
GetFirewallRequest
GetFirewallRequest. getDefaultInstanceForType()
static GetFirewallRequest
GetFirewallRequest. parseDelimitedFrom(InputStream input)
static GetFirewallRequest
GetFirewallRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallRequest
GetFirewallRequest. parseFrom(byte[] data)
static GetFirewallRequest
GetFirewallRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallRequest
GetFirewallRequest. parseFrom(com.google.protobuf.ByteString data)
static GetFirewallRequest
GetFirewallRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallRequest
GetFirewallRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetFirewallRequest
GetFirewallRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallRequest
GetFirewallRequest. parseFrom(InputStream input)
static GetFirewallRequest
GetFirewallRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallRequest
GetFirewallRequest. parseFrom(ByteBuffer data)
static GetFirewallRequest
GetFirewallRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetFirewallRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFirewallRequest,Firewall>
FirewallsClient. getCallable()
Returns the specified firewall.com.google.protobuf.Parser<GetFirewallRequest>
GetFirewallRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFirewallRequest,Firewall>
FirewallsSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetFirewallRequest,Firewall>
FirewallsSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetFirewallRequest>
GetFirewallRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetFirewallRequest Modifier and Type Method Description Firewall
FirewallsClient. get(GetFirewallRequest request)
Returns the specified firewall.GetFirewallRequest.Builder
GetFirewallRequest.Builder. mergeFrom(GetFirewallRequest other)
static GetFirewallRequest.Builder
GetFirewallRequest. newBuilder(GetFirewallRequest prototype)
-
Uses of GetFirewallRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetFirewallRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFirewallRequest,Firewall>
FirewallsStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetFirewallRequest,Firewall>
HttpJsonFirewallsStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFirewallRequest,Firewall>
FirewallsStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetFirewallRequest,Firewall>
FirewallsStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-