public static final class Repository.URIs extends GeneratedMessageV3 implements Repository.URIsOrBuilder
URIs for the repository.
Protobuf type google.cloud.securesourcemanager.v1.Repository.URIs
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Repository.URIsImplements
Repository.URIsOrBuilderStatic Fields
API_FIELD_NUMBER
public static final int API_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
GIT_HTTPS_FIELD_NUMBER
public static final int GIT_HTTPS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
HTML_FIELD_NUMBER
public static final int HTML_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Repository.URIs getDefaultInstance()
Returns | |
---|---|
Type | Description |
Repository.URIs |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Repository.URIs.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Repository.URIs.Builder |
newBuilder(Repository.URIs prototype)
public static Repository.URIs.Builder newBuilder(Repository.URIs prototype)
Parameter | |
---|---|
Name | Description |
prototype | Repository.URIs |
Returns | |
---|---|
Type | Description |
Repository.URIs.Builder |
parseDelimitedFrom(InputStream input)
public static Repository.URIs parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Repository.URIs parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Repository.URIs parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Repository.URIs parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Repository.URIs parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Repository.URIs parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Repository.URIs parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Repository.URIs parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Repository.URIs parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Repository.URIs parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Repository.URIs parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Repository.URIs parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Repository.URIs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Repository.URIs> parser()
Returns | |
---|---|
Type | Description |
Parser<URIs> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getApi()
public String getApi()
Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The api. |
getApiBytes()
public ByteString getApiBytes()
Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for api. |
getDefaultInstanceForType()
public Repository.URIs getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Repository.URIs |
getGitHttps()
public String getGitHttps()
Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The gitHttps. |
getGitHttpsBytes()
public ByteString getGitHttpsBytes()
Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for gitHttps. |
getHtml()
public String getHtml()
Output only. HTML is the URI for user to view the repository in a browser.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The html. |
getHtmlBytes()
public ByteString getHtmlBytes()
Output only. HTML is the URI for user to view the repository in a browser.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for html. |
getParserForType()
public Parser<Repository.URIs> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<URIs> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Repository.URIs.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Repository.URIs.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Repository.URIs.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
Repository.URIs.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Repository.URIs.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Repository.URIs.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |