public static final class GetEffectiveFirewallsInstanceRequest.Builder extends GeneratedMessage.Builder<GetEffectiveFirewallsInstanceRequest.Builder> implements GetEffectiveFirewallsInstanceRequestOrBuilderA request message for Instances.GetEffectiveFirewalls. See the method description for details.
Protobuf type google.cloud.compute.v1.GetEffectiveFirewallsInstanceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetEffectiveFirewallsInstanceRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetEffectiveFirewallsInstanceRequest build()| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest |
|
buildPartial()
public GetEffectiveFirewallsInstanceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest |
|
clear()
public GetEffectiveFirewallsInstanceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
|
clearInstance()
public GetEffectiveFirewallsInstanceRequest.Builder clearInstance()Name of the instance scoping this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
clearNetworkInterface()
public GetEffectiveFirewallsInstanceRequest.Builder clearNetworkInterface()The name of the network interface to get the effective firewalls.
string network_interface = 365387880 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
clearProject()
public GetEffectiveFirewallsInstanceRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
clearZone()
public GetEffectiveFirewallsInstanceRequest.Builder clearZone()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetEffectiveFirewallsInstanceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInstance()
public String getInstance()Name of the instance scoping this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public ByteString getInstanceBytes()Name of the instance scoping this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getNetworkInterface()
public String getNetworkInterface()The name of the network interface to get the effective firewalls.
string network_interface = 365387880 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The networkInterface. |
getNetworkInterfaceBytes()
public ByteString getNetworkInterfaceBytes()The name of the network interface to get the effective firewalls.
string network_interface = 365387880 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for networkInterface. |
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getZone()
public String getZone()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
public ByteString getZoneBytes()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetEffectiveFirewallsInstanceRequest other)
public GetEffectiveFirewallsInstanceRequest.Builder mergeFrom(GetEffectiveFirewallsInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEffectiveFirewallsInstanceRequest |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetEffectiveFirewallsInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetEffectiveFirewallsInstanceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
|
setInstance(String value)
public GetEffectiveFirewallsInstanceRequest.Builder setInstance(String value)Name of the instance scoping this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe instance to set. |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
setInstanceBytes(ByteString value)
public GetEffectiveFirewallsInstanceRequest.Builder setInstanceBytes(ByteString value)Name of the instance scoping this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for instance to set. |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
setNetworkInterface(String value)
public GetEffectiveFirewallsInstanceRequest.Builder setNetworkInterface(String value)The name of the network interface to get the effective firewalls.
string network_interface = 365387880 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe networkInterface to set. |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
setNetworkInterfaceBytes(ByteString value)
public GetEffectiveFirewallsInstanceRequest.Builder setNetworkInterfaceBytes(ByteString value)The name of the network interface to get the effective firewalls.
string network_interface = 365387880 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for networkInterface to set. |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetEffectiveFirewallsInstanceRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetEffectiveFirewallsInstanceRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
setZone(String value)
public GetEffectiveFirewallsInstanceRequest.Builder setZone(String value)The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |
setZoneBytes(ByteString value)
public GetEffectiveFirewallsInstanceRequest.Builder setZoneBytes(ByteString value)The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveFirewallsInstanceRequest.Builder |
This builder for chaining. |