public static final class GetEffectiveSecurityPoliciesBackendServiceRequest.Builder extends GeneratedMessage.Builder<GetEffectiveSecurityPoliciesBackendServiceRequest.Builder> implements GetEffectiveSecurityPoliciesBackendServiceRequestOrBuilderA request message for BackendServices.GetEffectiveSecurityPolicies. See the method description for details.
Protobuf type google.cloud.compute.v1.GetEffectiveSecurityPoliciesBackendServiceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetEffectiveSecurityPoliciesBackendServiceRequest.BuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetEffectiveSecurityPoliciesBackendServiceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetEffectiveSecurityPoliciesBackendServiceRequest.Builder |
This builder for chaining. |