public static final class ExportAgentRequest.GitDestination extends GeneratedMessage implements ExportAgentRequest.GitDestinationOrBuilderSettings for exporting to a git branch.
Protobuf type google.cloud.dialogflow.cx.v3beta1.ExportAgentRequest.GitDestination
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ExportAgentRequest.GitDestinationImplements
ExportAgentRequest.GitDestinationOrBuilderStatic Fields
COMMIT_MESSAGE_FIELD_NUMBER
public static final int COMMIT_MESSAGE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TRACKING_BRANCH_FIELD_NUMBER
public static final int TRACKING_BRANCH_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ExportAgentRequest.GitDestination getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ExportAgentRequest.GitDestination.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination.Builder |
|
newBuilder(ExportAgentRequest.GitDestination prototype)
public static ExportAgentRequest.GitDestination.Builder newBuilder(ExportAgentRequest.GitDestination prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ExportAgentRequest.GitDestination |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination.Builder |
|
parseDelimitedFrom(InputStream input)
public static ExportAgentRequest.GitDestination parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportAgentRequest.GitDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ExportAgentRequest.GitDestination parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportAgentRequest.GitDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ExportAgentRequest.GitDestination parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportAgentRequest.GitDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ExportAgentRequest.GitDestination parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportAgentRequest.GitDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ExportAgentRequest.GitDestination parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportAgentRequest.GitDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ExportAgentRequest.GitDestination parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExportAgentRequest.GitDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ExportAgentRequest.GitDestination> parser()| Returns | |
|---|---|
| Type | Description |
Parser<GitDestination> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCommitMessage()
public String getCommitMessage()Commit message for the git push.
string commit_message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The commitMessage. |
getCommitMessageBytes()
public ByteString getCommitMessageBytes()Commit message for the git push.
string commit_message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for commitMessage. |
getDefaultInstanceForType()
public ExportAgentRequest.GitDestination getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination |
|
getParserForType()
public Parser<ExportAgentRequest.GitDestination> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<GitDestination> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTrackingBranch()
public String getTrackingBranch()Tracking branch for the git push.
string tracking_branch = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The trackingBranch. |
getTrackingBranchBytes()
public ByteString getTrackingBranchBytes()Tracking branch for the git push.
string tracking_branch = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for trackingBranch. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ExportAgentRequest.GitDestination.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ExportAgentRequest.GitDestination.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination.Builder |
|
toBuilder()
public ExportAgentRequest.GitDestination.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ExportAgentRequest.GitDestination.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|