public static final class GetVersionRequest.Builder extends GeneratedMessage.Builder<GetVersionRequest.Builder> implements GetVersionRequestOrBuilderThe request to retrieve a version.
Protobuf type google.devtools.artifactregistry.v1beta2.GetVersionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetVersionRequest.BuilderImplements
GetVersionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetVersionRequest build()| Returns | |
|---|---|
| Type | Description |
GetVersionRequest |
|
buildPartial()
public GetVersionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetVersionRequest |
|
clear()
public GetVersionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
|
clearName()
public GetVersionRequest.Builder clearName()The name of the version to retrieve.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
This builder for chaining. |
clearView()
public GetVersionRequest.Builder clearView()The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetVersionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetVersionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()The name of the version to retrieve.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()The name of the version to retrieve.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getView()
public VersionView getView()The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
| Returns | |
|---|---|
| Type | Description |
VersionView |
The view. |
getViewValue()
public int getViewValue()The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetVersionRequest other)
public GetVersionRequest.Builder mergeFrom(GetVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetVersionRequest |
| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetVersionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetVersionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
|
setName(String value)
public GetVersionRequest.Builder setName(String value)The name of the version to retrieve.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetVersionRequest.Builder setNameBytes(ByteString value)The name of the version to retrieve.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
This builder for chaining. |
setView(VersionView value)
public GetVersionRequest.Builder setView(VersionView value)The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
VersionViewThe view to set. |
| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public GetVersionRequest.Builder setViewValue(int value)The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
GetVersionRequest.Builder |
This builder for chaining. |