public static final class DeleteVpcFlowLogsConfigRequest.Builder extends GeneratedMessage.Builder<DeleteVpcFlowLogsConfigRequest.Builder> implements DeleteVpcFlowLogsConfigRequestOrBuilder Request for the DeleteVpcFlowLogsConfig method.
Protobuf type google.cloud.networkmanagement.v1.DeleteVpcFlowLogsConfigRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteVpcFlowLogsConfigRequest.BuilderImplements
DeleteVpcFlowLogsConfigRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteVpcFlowLogsConfigRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest |
|
buildPartial()
public DeleteVpcFlowLogsConfigRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest |
|
clear()
public DeleteVpcFlowLogsConfigRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest.Builder |
|
clearName()
public DeleteVpcFlowLogsConfigRequest.Builder clearName()Required. The resource name of the VpcFlowLogsConfig, in one of the following formats:
For a project-level resource:
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}For an organization-level resource:
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteVpcFlowLogsConfigRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The resource name of the VpcFlowLogsConfig, in one of the following formats:
For a project-level resource:
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}For an organization-level resource:
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The resource name of the VpcFlowLogsConfig, in one of the following formats:
For a project-level resource:
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}For an organization-level resource:
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteVpcFlowLogsConfigRequest other)
public DeleteVpcFlowLogsConfigRequest.Builder mergeFrom(DeleteVpcFlowLogsConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteVpcFlowLogsConfigRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteVpcFlowLogsConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteVpcFlowLogsConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest.Builder |
|
setName(String value)
public DeleteVpcFlowLogsConfigRequest.Builder setName(String value)Required. The resource name of the VpcFlowLogsConfig, in one of the following formats:
For a project-level resource:
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}For an organization-level resource:
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteVpcFlowLogsConfigRequest.Builder setNameBytes(ByteString value)Required. The resource name of the VpcFlowLogsConfig, in one of the following formats:
For a project-level resource:
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}For an organization-level resource:
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest.Builder |
This builder for chaining. |