Guest User

Untitled

a guest
Jan 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import metadata "cloud.google.com/go/compute/metadata"
  2.  
  3. func main(){
  4. println(metadata.InstanceID))
  5. }
  6.  
  7. String instanceId = com.google.cloud.MetadataConfig.getInstanceId()
Add Comment
Please, Sign In to add comment