public static final class ListBranchRulesRequest.Builder extends GeneratedMessage.Builder<ListBranchRulesRequest.Builder> implements ListBranchRulesRequestOrBuilderListBranchRulesRequest is the request to list branch rules.
Protobuf type google.cloud.securesourcemanager.v1.ListBranchRulesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListBranchRulesRequest.BuilderImplements
ListBranchRulesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListBranchRulesRequest build()| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest |
|
buildPartial()
public ListBranchRulesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest |
|
clear()
public ListBranchRulesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
|
clearPageSize()
public ListBranchRulesRequest.Builder clearPageSize()int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListBranchRulesRequest.Builder clearPageToken()string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
This builder for chaining. |
clearParent()
public ListBranchRulesRequest.Builder clearParent()
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListBranchRulesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListBranchRulesRequest other)
public ListBranchRulesRequest.Builder mergeFrom(ListBranchRulesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBranchRulesRequest |
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListBranchRulesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListBranchRulesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
|
setPageSize(int value)
public ListBranchRulesRequest.Builder setPageSize(int value)int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListBranchRulesRequest.Builder setPageToken(String value)string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListBranchRulesRequest.Builder setPageTokenBytes(ByteString value)string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListBranchRulesRequest.Builder setParent(String value)
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListBranchRulesRequest.Builder setParentBytes(ByteString value)
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListBranchRulesRequest.Builder |
This builder for chaining. |