public static final class GetOSPolicyAssignmentRequest.Builder extends GeneratedMessage.Builder<GetOSPolicyAssignmentRequest.Builder> implements GetOSPolicyAssignmentRequestOrBuilderA request message to get an OS policy assignment
Protobuf type google.cloud.osconfig.v1alpha.GetOSPolicyAssignmentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetOSPolicyAssignmentRequest.BuilderImplements
GetOSPolicyAssignmentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetOSPolicyAssignmentRequest build()| Returns | |
|---|---|
| Type | Description |
GetOSPolicyAssignmentRequest |
|
buildPartial()
public GetOSPolicyAssignmentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetOSPolicyAssignmentRequest |
|
clear()
public GetOSPolicyAssignmentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetOSPolicyAssignmentRequest.Builder |
|
clearName()
public GetOSPolicyAssignmentRequest.Builder clearName()Required. The resource name of OS policy assignment.
Format:
projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}@{revisionId}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetOSPolicyAssignmentRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetOSPolicyAssignmentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetOSPolicyAssignmentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The resource name of OS policy assignment.
Format:
projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}@{revisionId}
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 OS policy assignment.
Format:
projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}@{revisionId}
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(GetOSPolicyAssignmentRequest other)
public GetOSPolicyAssignmentRequest.Builder mergeFrom(GetOSPolicyAssignmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetOSPolicyAssignmentRequest |
| Returns | |
|---|---|
| Type | Description |
GetOSPolicyAssignmentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetOSPolicyAssignmentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetOSPolicyAssignmentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetOSPolicyAssignmentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetOSPolicyAssignmentRequest.Builder |
|
setName(String value)
public GetOSPolicyAssignmentRequest.Builder setName(String value)Required. The resource name of OS policy assignment.
Format:
projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}@{revisionId}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetOSPolicyAssignmentRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetOSPolicyAssignmentRequest.Builder setNameBytes(ByteString value)Required. The resource name of OS policy assignment.
Format:
projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}@{revisionId}
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 |
GetOSPolicyAssignmentRequest.Builder |
This builder for chaining. |