public interface MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnv()
optional string env = 1; |
com.google.protobuf.ByteString |
getEnvBytes()
optional string env = 1; |
NetConfig |
getNetConfig()
optional .appscode.health.NetConfig net_config = 3; |
NetConfigOrBuilder |
getNetConfigOrBuilder()
optional .appscode.health.NetConfig net_config = 3; |
java.lang.String |
getTeamId()
optional string team_id = 2; |
com.google.protobuf.ByteString |
getTeamIdBytes()
optional string team_id = 2; |
boolean |
hasNetConfig()
optional .appscode.health.NetConfig net_config = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getEnv()
optional string env = 1;com.google.protobuf.ByteString getEnvBytes()
optional string env = 1;java.lang.String getTeamId()
optional string team_id = 2;com.google.protobuf.ByteString getTeamIdBytes()
optional string team_id = 2;boolean hasNetConfig()
optional .appscode.health.NetConfig net_config = 3;NetConfig getNetConfig()
optional .appscode.health.NetConfig net_config = 3;NetConfigOrBuilder getNetConfigOrBuilder()
optional .appscode.health.NetConfig net_config = 3;