public interface AgentCreateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGitHostname()
optional string git_hostname = 4; |
com.google.protobuf.ByteString |
getGitHostnameBytes()
optional string git_hostname = 4; |
java.lang.String |
getGitHostPublicKey()
known_host
|
com.google.protobuf.ByteString |
getGitHostPublicKeyBytes()
known_host
|
AgentCreateResponse.ConduitUser |
getGitUser()
optional .appscode.ci.v1beta1.AgentCreateResponse.ConduitUser git_user = 6; |
AgentCreateResponse.ConduitUserOrBuilder |
getGitUserOrBuilder()
optional .appscode.ci.v1beta1.AgentCreateResponse.ConduitUser git_user = 6; |
java.lang.String |
getNamespace()
optional string namespace = 2; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 2; |
java.lang.String |
getSshAuthorizedPublicKey()
authorized to ssh
|
com.google.protobuf.ByteString |
getSshAuthorizedPublicKeyBytes()
authorized to ssh
|
Status |
getStatus()
optional .appscode.dtypes.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
optional .appscode.dtypes.Status status = 1; |
boolean |
hasGitUser()
optional .appscode.ci.v1beta1.AgentCreateResponse.ConduitUser git_user = 6; |
boolean |
hasStatus()
optional .appscode.dtypes.Status status = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
optional .appscode.dtypes.Status status = 1;Status getStatus()
optional .appscode.dtypes.Status status = 1;StatusOrBuilder getStatusOrBuilder()
optional .appscode.dtypes.Status status = 1;java.lang.String getNamespace()
optional string namespace = 2;com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 2;java.lang.String getSshAuthorizedPublicKey()
authorized to ssh
optional string ssh_authorized_public_key = 3;com.google.protobuf.ByteString getSshAuthorizedPublicKeyBytes()
authorized to ssh
optional string ssh_authorized_public_key = 3;java.lang.String getGitHostname()
optional string git_hostname = 4;com.google.protobuf.ByteString getGitHostnameBytes()
optional string git_hostname = 4;java.lang.String getGitHostPublicKey()
known_host
optional string git_host_public_key = 5;com.google.protobuf.ByteString getGitHostPublicKeyBytes()
known_host
optional string git_host_public_key = 5;boolean hasGitUser()
optional .appscode.ci.v1beta1.AgentCreateResponse.ConduitUser git_user = 6;AgentCreateResponse.ConduitUser getGitUser()
optional .appscode.ci.v1beta1.AgentCreateResponse.ConduitUser git_user = 6;AgentCreateResponse.ConduitUserOrBuilder getGitUserOrBuilder()
optional .appscode.ci.v1beta1.AgentCreateResponse.ConduitUser git_user = 6;