Class GetEffectiveSecurityPoliciesBackendServiceRequest.Builder (1.93.0)

public static final class GetEffectiveSecurityPoliciesBackendServiceRequest.Builder extends GeneratedMessage.Builder<GetEffectiveSecurityPoliciesBackendServiceRequest.Builder> implements GetEffectiveSecurityPoliciesBackendServiceRequestOrBuilder

A request message for BackendServices.GetEffectiveSecurityPolicies. See the method description for details.

Protobuf type google.cloud.compute.v1.GetEffectiveSecurityPoliciesBackendServiceRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetEffectiveSecurityPoliciesBackendServiceRequest build()
Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest

buildPartial()

public GetEffectiveSecurityPoliciesBackendServiceRequest buildPartial()
Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest

clear()

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder clear()
Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder
Overrides

clearBackendService()

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder clearBackendService()

Name of the Backend Service for this request.

string backend_service = 306946058 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder

This builder for chaining.

clearProject()

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder

This builder for chaining.

getBackendService()

public String getBackendService()

Name of the Backend Service for this request.

string backend_service = 306946058 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The backendService.

getBackendServiceBytes()

public ByteString getBackendServiceBytes()

Name of the Backend Service for this request.

string backend_service = 306946058 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for backendService.

getDefaultInstanceForType()

public GetEffectiveSecurityPoliciesBackendServiceRequest getDefaultInstanceForType()
Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetEffectiveSecurityPoliciesBackendServiceRequest other)

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder mergeFrom(GetEffectiveSecurityPoliciesBackendServiceRequest other)
Parameter
Name Description
other GetEffectiveSecurityPoliciesBackendServiceRequest
Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder
Overrides

setBackendService(String value)

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder setBackendService(String value)

Name of the Backend Service for this request.

string backend_service = 306946058 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The backendService to set.

Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder

This builder for chaining.

setBackendServiceBytes(ByteString value)

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder setBackendServiceBytes(ByteString value)

Name of the Backend Service for this request.

string backend_service = 306946058 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for backendService to set.

Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder

This builder for chaining.

setProject(String value)

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The project to set.

Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder

This builder for chaining.